Update to 1.26

- Use USES=dos2unix to convert CRLF to LF
- Strip shared library
- Do not silence installation message

Changes:	https://metacpan.org/changes/distribution/Tk-TableMatrix
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:24:34 +00:00
parent 8b35daf54a
commit d29e815987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558661
2 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Tk-TableMatrix
PORTVERSION= 1.23
PORTREVISION= 7
PORTVERSION= 1.26
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,14 +13,16 @@ COMMENT= Table/matrix extension to perl/tk for displaying table formatted data
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk
USES= perl5
USES= dos2unix perl5
USE_PERL5= configure
CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
# This would conflict with x11-toolkits/p5-Tk
post-install:
@${RM} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk/extralibs.ld
@${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk 2>/dev/null || :
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/TableMatrix/TableMatrix.so
# This would conflict with x11-toolkits/p5-Tk
${RM} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk/extralibs.ld
${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tk/pTk 2>/dev/null || :
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (Tk-TableMatrix-1.23.tar.gz) = ce9ace8d1c1245b80ea6b2e72ee3e7f75ca4111026e403134b8ecad02ec931da
SIZE (Tk-TableMatrix-1.23.tar.gz) = 318954
TIMESTAMP = 1608366358
SHA256 (Tk-TableMatrix-1.26.tar.gz) = cf1e4dbe3399c375ab5f3861823d3a578c735db126416b2afd8e0632ed92abc7
SIZE (Tk-TableMatrix-1.26.tar.gz) = 410559