aboutsummaryrefslogtreecommitdiff
path: root/sysutils/shlock
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-16 07:49:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-16 07:49:29 +0000
commit778b5447c6419eb5e381a3a1ca08dd35a60ab44b (patch)
tree33fa9bc1eefe83a8b20290871610d96e75f9fda6 /sysutils/shlock
parent8b9aef44ae2d6f1d805b4e7c996e77246f2f381b (diff)
downloadports-778b5447c6419eb5e381a3a1ca08dd35a60ab44b.tar.gz
ports-778b5447c6419eb5e381a3a1ca08dd35a60ab44b.zip
Upgrade to 2.5.4.
PR: 197456 Submitted by: Ports Fury.
Notes
Notes: svn path=/head/; revision=379069
Diffstat (limited to 'sysutils/shlock')
-rw-r--r--sysutils/shlock/Makefile15
-rw-r--r--sysutils/shlock/distinfo8
-rw-r--r--sysutils/shlock/pkg-descr6
3 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile
index a6669699f57d..ef96b988efc6 100644
--- a/sysutils/shlock/Makefile
+++ b/sysutils/shlock/Makefile
@@ -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>
diff --git a/sysutils/shlock/distinfo b/sysutils/shlock/distinfo
index 808891547f51..fc422659d4fc 100644
--- a/sysutils/shlock/distinfo
+++ b/sysutils/shlock/distinfo
@@ -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
diff --git a/sysutils/shlock/pkg-descr b/sysutils/shlock/pkg-descr
index 3d567a0d16eb..5420e824f2e5 100644
--- a/sysutils/shlock/pkg-descr
+++ b/sysutils/shlock/pkg-descr
@@ -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/