From owner-svn-ports-all@freebsd.org Tue Feb 12 21:03:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A88D14D0ED5; Tue, 12 Feb 2019 21:03:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E42C8269C; Tue, 12 Feb 2019 21:03:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E53A01D6A4; Tue, 12 Feb 2019 21:03:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1CL3I76077907; Tue, 12 Feb 2019 21:03:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1CL3IS3077905; Tue, 12 Feb 2019 21:03:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902122103.x1CL3IS3077905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Feb 2019 21:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492804 - head/sysutils/shlock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/shlock X-SVN-Commit-Revision: 492804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7E42C8269C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 21:03:29 -0000 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 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