From owner-svn-ports-all@freebsd.org Fri Sep 7 03:25:51 2018 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 84B5AFEE6F0; Fri, 7 Sep 2018 03:25:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25F8977FA9; Fri, 7 Sep 2018 03:25:51 +0000 (UTC) (envelope-from swills@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 1B3F016647; Fri, 7 Sep 2018 03:25:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w873PoMb022126; Fri, 7 Sep 2018 03:25:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w873PoL9022124; Fri, 7 Sep 2018 03:25:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809070325.w873PoL9022124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Sep 2018 03:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479177 - in head/sysutils/lockfile-progs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils/lockfile-progs: . files X-SVN-Commit-Revision: 479177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 07 Sep 2018 03:25:51 -0000 Author: swills Date: Fri Sep 7 03:25:50 2018 New Revision: 479177 URL: https://svnweb.freebsd.org/changeset/ports/479177 Log: sysutils/lockfile-progs: Update to 0.1.18 PR: 231147 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/sysutils/lockfile-progs/Makefile (contents, props changed) head/sysutils/lockfile-progs/distinfo (contents, props changed) head/sysutils/lockfile-progs/files/patch-Makefile (contents, props changed) Modified: head/sysutils/lockfile-progs/Makefile ============================================================================== --- head/sysutils/lockfile-progs/Makefile Fri Sep 7 02:31:47 2018 (r479176) +++ head/sysutils/lockfile-progs/Makefile Fri Sep 7 03:25:50 2018 (r479177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lockfile-progs -PORTVERSION= 0.1.17 +PORTVERSION= 0.1.18 CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/lockfile-progs/distinfo ============================================================================== --- head/sysutils/lockfile-progs/distinfo Fri Sep 7 02:31:47 2018 (r479176) +++ head/sysutils/lockfile-progs/distinfo Fri Sep 7 03:25:50 2018 (r479177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513867442 -SHA256 (lockfile-progs_0.1.17.tar.gz) = 03fb05d25499532f497775b1747b61fa6beebf12d3bcc951e125349ae166c511 -SIZE (lockfile-progs_0.1.17.tar.gz) = 14833 +TIMESTAMP = 1536055401 +SHA256 (lockfile-progs_0.1.18.tar.gz) = a42995a4b97e6188efc90fcc1a761163c4b2cff5c81b936f85c84301ddb05ce6 +SIZE (lockfile-progs_0.1.18.tar.gz) = 62757 Modified: head/sysutils/lockfile-progs/files/patch-Makefile ============================================================================== --- head/sysutils/lockfile-progs/files/patch-Makefile Fri Sep 7 02:31:47 2018 (r479176) +++ head/sysutils/lockfile-progs/files/patch-Makefile Fri Sep 7 03:25:50 2018 (r479177) @@ -1,10 +1,10 @@ ---- Makefile.orig 2011-08-21 23:28:35 UTC +--- Makefile.orig 2018-09-03 18:10:55 UTC +++ Makefile @@ -1,5 +1,5 @@ -LOADLIBES := -llockfile +LOADLIBES := -L${LOCALBASE}/lib -llockfile - CFLAGS := -g -Wall -Wformat-security -Werror -O2 + CFLAGS ?= -g -Wall -Wformat-security -Werror -O2 all: lockfile-create @@ -24,7 +24,10 @@ all: lockfile-create