Index: head/math/gh-bc/Makefile =================================================================== --- head/math/gh-bc/Makefile (revision 499155) +++ head/math/gh-bc/Makefile (revision 499156) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= math PKGNAMEPREFIX= gh- MAINTAINER= se@FreeBSD.org COMMENT= GNU compatible bc/dc calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= gavinhoward HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= -G CONFLICTS_INSTALL= gnubc-[0-9]* -PLIST_FILES= bin/bc bin/dc man/man1/bc.1.gz man/man1/dc.1.gz - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/ ${LN} ${STAGEDIR}${PREFIX}/bin/bc ${STAGEDIR}${PREFIX}/bin/dc ${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${SH} ${WRKSRC}/locale_install.sh ${STAGEDIR}${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} do-test: ${MAKE} -C ${WRKSRC} test .include Index: head/math/gh-bc/distinfo =================================================================== --- head/math/gh-bc/distinfo (revision 499155) +++ head/math/gh-bc/distinfo (revision 499156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554442158 -SHA256 (gavinhoward-bc-1.2.3_GH0.tar.gz) = 9de05e51925b722367bd447299b3e028b64e02ec3ca5e2629043a637c64f9154 -SIZE (gavinhoward-bc-1.2.3_GH0.tar.gz) = 176746 +TIMESTAMP = 1555486228 +SHA256 (gavinhoward-bc-1.2.4_GH0.tar.gz) = 37fdee9908d54b996adaac2164f1a48bca9be14252a54805495af8c6e3464588 +SIZE (gavinhoward-bc-1.2.4_GH0.tar.gz) = 183251 Index: head/math/gh-bc/pkg-plist =================================================================== --- head/math/gh-bc/pkg-plist (nonexistent) +++ head/math/gh-bc/pkg-plist (revision 499156) @@ -0,0 +1,46 @@ +bin/bc +bin/dc +man/man1/bc.1.gz +man/man1/dc.1.gz +share/nls/de_AT.ISO8859-1/bc.cat +share/nls/de_AT.ISO8859-15/bc.cat +share/nls/de_AT.UTF-8/bc.cat +share/nls/de_CH.ISO8859-1/bc.cat +share/nls/de_CH.ISO8859-15/bc.cat +share/nls/de_CH.UTF-8/bc.cat +share/nls/de_DE.ISO8859-1/bc.cat +share/nls/de_DE.ISO8859-15/bc.cat +share/nls/de_DE.UTF-8/bc.cat +share/nls/en_AU.ISO8859-1/bc.cat +share/nls/en_AU.ISO8859-15/bc.cat +share/nls/en_AU.US-ASCII/bc.cat +share/nls/en_AU.UTF-8/bc.cat +share/nls/en_CA.ISO8859-1/bc.cat +share/nls/en_CA.ISO8859-15/bc.cat +share/nls/en_CA.US-ASCII/bc.cat +share/nls/en_CA.UTF-8/bc.cat +share/nls/en_GB.ISO8859-1/bc.cat +share/nls/en_GB.ISO8859-15/bc.cat +share/nls/en_GB.US-ASCII/bc.cat +share/nls/en_GB.UTF-8/bc.cat +share/nls/en_IE.UTF-8/bc.cat +share/nls/en_NZ.ISO8859-1/bc.cat +share/nls/en_NZ.ISO8859-15/bc.cat +share/nls/en_NZ.US-ASCII/bc.cat +share/nls/en_NZ.UTF-8/bc.cat +share/nls/en_US.ISO8859-1/bc.cat +share/nls/en_US.ISO8859-15/bc.cat +share/nls/en_US.US-ASCII/bc.cat +share/nls/en_US.UTF-8/bc.cat +share/nls/en_US/bc.cat +share/nls/fr_BE.ISO8859-1/bc.cat +share/nls/fr_BE.ISO8859-15/bc.cat +share/nls/fr_BE.UTF-8/bc.cat +share/nls/fr_CA.ISO8859-1/bc.cat +share/nls/fr_CA.ISO8859-15/bc.cat +share/nls/fr_CH.ISO8859-1/bc.cat +share/nls/fr_CH.ISO8859-15/bc.cat +share/nls/fr_CH.UTF-8/bc.cat +share/nls/fr_FR.ISO8859-1/bc.cat +share/nls/fr_FR.ISO8859-15/bc.cat +share/nls/fr_FR.UTF-8/bc.cat Property changes on: head/math/gh-bc/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property