mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +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$
|
||||
|
||||
PORTNAME= Text-BibTeX
|
||||
PORTVERSION= 0.71
|
||||
PORTVERSION= 0.72
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -21,19 +21,17 @@ USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
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>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
|
||||
${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
|
||||
lib/libbtparse.so
|
||||
|
||||
post-install:
|
||||
cd ${STAGEDIR}${PREFIX} && \
|
||||
${CHMOD} +w ${STRIP_FILES} && \
|
||||
${STRIP_CMD} ${STRIP_FILES}
|
||||
${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/|}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Text-BibTeX-0.71.tar.gz) = cd0cc875b011aba4923b91caf65e448ed39148652e62c3fc4d4e074a982791cb
|
||||
SIZE (Text-BibTeX-0.71.tar.gz) = 285938
|
||||
SHA256 (Text-BibTeX-0.72.tar.gz) = fc99855298233f677335dfec83172e04d3a008b368380d11bbd5cbf67c92d66d
|
||||
SIZE (Text-BibTeX-0.72.tar.gz) = 286747
|
||||
|
Loading…
Reference in New Issue
Block a user