Upgrade to 2.5.4.

PR:		197456
Submitted by:	Ports Fury.
This commit is contained in:
Vanilla I. Shu 2015-02-16 07:49:29 +00:00
parent 8b9aef44ae
commit 778b5447c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379069
3 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= shlock
PORTVERSION= 2.5.3
PORTVERSION= 2.5.4
CATEGORIES= sysutils
MASTER_SITES= ISC/inn
DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} \
@ -17,19 +17,18 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
ALL_TARGET= all-lib
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/shlock man/man1/shlock.1.gz
verify: checksum
gpg --verify ${DISTDIR}/inn-${PORTVERSION}${EXTRACT_SUFX}.asc
post-build:
@(cd ${WRKSRC}/backends && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${PORTNAME})
@(cd ${WRKSRC}/backends && ${DO_MAKE_BUILD} shlock)
do-install:
(cd ${WRKSRC}/backends \
&& ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC}/doc/man \
&& ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1)
(cd ${WRKSRC}/backends && ${INSTALL_PROGRAM} shlock \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC}/doc/man && ${INSTALL_MAN} shlock.1 \
${STAGEDIR}${MANPREFIX}/man/man1)
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (inn-2.5.3.tar.gz) = 60f0042b144499680cc577a4330aeaac5dac20c5994649c0e945d32b5f8dbcf1
SIZE (inn-2.5.3.tar.gz) = 2412119
SHA256 (inn-2.5.3.tar.gz.asc) = b8d3bfefa6d1b76aba1f872b7949e83f541d45316b6b74f7a1641d9c7e914d59
SIZE (inn-2.5.3.tar.gz.asc) = 490
SHA256 (inn-2.5.4.tar.gz) = 5b62240c3074f2f38b3bcc656c343c587f2a923ec9d45e19f0d4ce269cb3f3f4
SIZE (inn-2.5.4.tar.gz) = 2408600
SHA256 (inn-2.5.4.tar.gz.asc) = 1861c6da946d07affffbd50e48b08ff14e0795afc9911c7d3df9ed0011eeb2d1
SIZE (inn-2.5.4.tar.gz.asc) = 473

View File

@ -1,5 +1,5 @@
The historical, and still very useful process-locking program. Use to make
sure that your shell script is the only version of itself running on your
system. There are many other creative ways to use this program.
The historical, and still very useful process-locking program. Use to
make sure that your shell script is the only version of itself running
on your system. There are many other creative ways to use this program.
WWW: https://www.isc.org/software/inn/