ports/contrib (3.5): gpp: 2.24 -> 2.25
commit dfb0a6726e21bf472793bb5200d5fec560b73fcb Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Dec 9 23:42:44 2019 +1100 gpp: 2.24 -> 2.25 diff --git a/gpp/.footprint b/gpp/.footprint index f2c6bf87c..877174889 100644 --- a/gpp/.footprint +++ b/gpp/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gpp -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gpp.1.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/gpp.1.gz diff --git a/gpp/.signature b/gpp/.signature index 602987021..7fbfd52c8 100644 --- a/gpp/.signature +++ b/gpp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3webQEEXys0k0ksXCdx2WX1cS1KcQfoa+ISYGmeS+oxOqjt1eM1ytEtmS0e3IqsK/6aSOWVxiSD3Q4hPrKrzWA4= -SHA256 (Pkgfile) = 1e7fb221b04619d80b51cfe3132ba326bb3f407d495523fee8e1c340bd813dcb -SHA256 (.footprint) = f9dfc9641d8bd2d0954c388902de63d93e8baef1b9d8d9416efdb9eacf22d235 -SHA256 (gpp-2.24.tar.bz2) = 9bc2db874ab315ddd1c03daba6687f5046c70fb2207abdcbd55d0e9ad7d0f6bc +RWSagIOpLGJF308T5pwVnqa5A8RJS5c1Gw0uRNBwSN1KY7TOZzJfQvVHGp/uD+SQgt3xIFnLOv943UG9JAxt3Q1rYk8dN3sPNAs= +SHA256 (Pkgfile) = b52d996288cf7cc55d1aa86d63e5e49a31d13894eb53fdf1b272c169086683d6 +SHA256 (.footprint) = 69716b437868cca3cb77f873e1e69d4bfcd2b402b60c46c30d2f9fa8270316c5 +SHA256 (gpp-2.25.tar.bz2) = 16ba9329208f587f96172f951ad3d24a81afea6a5b7836fe87955726eacdd19f diff --git a/gpp/Pkgfile b/gpp/Pkgfile index 1bcedf26b..c63fa0d8b 100644 --- a/gpp/Pkgfile +++ b/gpp/Pkgfile @@ -1,21 +1,19 @@ # Description: A general-purpose preprocessor with customizable syntax. # URL: http://en.nothingisreal.com/wiki/GPP # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me name=gpp -version=2.24 +version=2.25 release=1 -source=(http://files.nothingisreal.com/software/$name/$name-$version.tar.bz2) +source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --disable-dependency-tracking + ./configure --prefix=/usr make make DESTDIR=$PKG install + + rm -r $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu