svn commit: r492804 - head/sysutils/shlock
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 12 21:03:29 UTC 2019
Author: sunpoet
Date: Tue Feb 12 21:03:18 2019
New Revision: 492804
URL: https://svnweb.freebsd.org/changeset/ports/492804
Log:
Update to 2.6.3
- Clean up Makefile
Modified:
head/sysutils/shlock/Makefile
head/sysutils/shlock/distinfo
Modified: head/sysutils/shlock/Makefile
==============================================================================
--- head/sysutils/shlock/Makefile Tue Feb 12 21:03:10 2019 (r492803)
+++ head/sysutils/shlock/Makefile Tue Feb 12 21:03:18 2019 (r492804)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= shlock
-PORTVERSION= 2.6.2
+PORTVERSION= 2.6.3
CATEGORIES= sysutils
MASTER_SITES= ISC/inn
DISTNAME= inn-${PORTVERSION}
@@ -12,20 +12,18 @@ COMMENT= Create lock files for use in shell scripts
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
-CONFIGURE_ARGS= --disable-shared
ALL_TARGET= all-lib
+CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
+GNU_CONFIGURE= yes
PLIST_FILES= bin/shlock man/man1/shlock.1.gz
post-build:
- @(cd ${WRKSRC}/backends && ${DO_MAKE_BUILD} shlock)
+ @${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
do-install:
- (cd ${WRKSRC}/backends && ${WRKSRC}/libtool --mode=install \
- ${INSTALL_PROGRAM} shlock ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC}/doc/man && ${INSTALL_MAN} shlock.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
Modified: head/sysutils/shlock/distinfo
==============================================================================
--- head/sysutils/shlock/distinfo Tue Feb 12 21:03:10 2019 (r492803)
+++ head/sysutils/shlock/distinfo Tue Feb 12 21:03:18 2019 (r492804)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522332306
-SHA256 (inn-2.6.2.tar.gz) = f70ee423765d39efc0b1727e0ac2ed9e1ed1de833a96130ae890eb5e6cdf41d0
-SIZE (inn-2.6.2.tar.gz) = 2580884
+TIMESTAMP = 1550004023
+SHA256 (inn-2.6.3.tar.gz) = bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256
+SIZE (inn-2.6.3.tar.gz) = 2586168
More information about the svn-ports-all
mailing list