forked from ports/contrib
cvs: fix man-page location, URL, maintainer
This commit is contained in:
parent
617fbb982d
commit
7e8a88d6d0
@ -1,8 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cvs
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cvs.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/cvs.5.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/cvs.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/cvs.5.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3zaqmGiS84n87QlvR7gZnnJBgbqE7n1jPfL/B9KQcq5MqTPZubDTIJ+WkcFeEM+f6PgqDA5VA1GTRzCpnqIqfQk=
|
||||
SHA256 (Pkgfile) = 4dc323fe138c05c19665ea19fbbfd7f62a5cc9242155447734145f0a4cc070c5
|
||||
SHA256 (.footprint) = b73044ce307c782d8c49b76cd6124178958bbd7c3eb992f1acf56c9c272d3dd0
|
||||
RWSagIOpLGJF3/7rt0gd5xw1+DSe6b/+XX0N4AZ++5DZC9r1MhiXY5KuLHRWt1Dqq3lJjNjcPZlic3yiLHaI7l6COnU4x+q5QAQ=
|
||||
SHA256 (Pkgfile) = 3fd22a013e30b65fba2188e25c7f3249b12630b753eea0203afcf0ab4300fe30
|
||||
SHA256 (.footprint) = 4a250f4ca7e8b8d17fd0268ec2978e406b084fab5f13e66a5c2bc249e61255e8
|
||||
SHA256 (cvs-1.11.23.tar.bz2) = 400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9
|
||||
SHA256 (CVE-2010-3846.diff) = cba2498991e1c24d565300271a6b38073cf8e2a31719a5e345fa7f9929b8f973
|
||||
SHA256 (getline-x86_64.diff) = 406df0122466f902f31b828a7592c6b8752ed4b7d56c43df471ea67d126844fd
|
||||
|
16
cvs/Pkgfile
16
cvs/Pkgfile
@ -1,22 +1,22 @@
|
||||
# Description: Concurrent Versions System
|
||||
# URL: https://www.cvshome.org/
|
||||
# Maintainer: Moritz Wilhelmy, moritz plus crux at wzff dot de
|
||||
# Packager: Antti Nykanen, aon at iki dot fi
|
||||
# URL: https://cvs.nongnu.org/
|
||||
# Maintainer: UNMAINTAINED
|
||||
|
||||
name=cvs
|
||||
version=1.11.23
|
||||
release=3
|
||||
source=(http://ftp.gnu.org/gnu/non-gnu/cvs/source/stable/$version/$name-$version.tar.bz2 \
|
||||
release=4
|
||||
source=(https://ftp.gnu.org/gnu/non-gnu/cvs/source/stable/$version/$name-$version.tar.bz2 \
|
||||
CVE-2010-3846.diff getline-x86_64.diff)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -N src/rcs.c $SRC/CVE-2010-3846.diff
|
||||
patch -Np1 < $SRC/getline-x86_64.diff
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-server
|
||||
./configure --prefix=/usr --disable-server
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make -C man DESTDIR=$PKG install-man
|
||||
rm -rf $PKG/usr/{share,info,man/man8} \
|
||||
$PKG/usr/bin/{cvsbug,rcs2log}
|
||||
rm -r $PKG/usr/share/{cvs,info}
|
||||
rm -r $PKG/usr/share/man/man8
|
||||
rm $PKG/usr/bin/{cvsbug,rcs2log}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user