Date: Tue, 12 Feb 2019 21:03:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492804 - head/sysutils/shlock Message-ID: <201902122103.x1CL3IS3077905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902122103.x1CL3IS3077905>