mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to 0.72.
Just strip stuff without chmod'ing first. Changes: https://metacpan.org/changes/distribution/Text-BibTeX
This commit is contained in:
parent
9f60ff7938
commit
6671911529
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413734
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Text-BibTeX
|
PORTNAME= Text-BibTeX
|
||||||
PORTVERSION= 0.71
|
PORTVERSION= 0.72
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
@ -21,19 +21,17 @@ USES= perl5
|
|||||||
USE_PERL5= modbuild
|
USE_PERL5= modbuild
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
|
||||||
|
${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
|
||||||
|
lib/libbtparse.so
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
|
|
||||||
${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
|
|
||||||
lib/libbtparse.so
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
cd ${STAGEDIR}${PREFIX} && \
|
${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/|}
|
||||||
${CHMOD} +w ${STRIP_FILES} && \
|
|
||||||
${STRIP_CMD} ${STRIP_FILES}
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (Text-BibTeX-0.71.tar.gz) = cd0cc875b011aba4923b91caf65e448ed39148652e62c3fc4d4e074a982791cb
|
SHA256 (Text-BibTeX-0.72.tar.gz) = fc99855298233f677335dfec83172e04d3a008b368380d11bbd5cbf67c92d66d
|
||||||
SIZE (Text-BibTeX-0.71.tar.gz) = 285938
|
SIZE (Text-BibTeX-0.72.tar.gz) = 286747
|
||||||
|
Loading…
Reference in New Issue
Block a user