Date: Mon, 27 May 2019 09:07:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502778 - in head/ports-mgmt/pkg-devel: . files Message-ID: <201905270907.x4R97Nn5031519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 27 09:07:23 2019 New Revision: 502778 URL: https://svnweb.freebsd.org/changeset/ports/502778 Log: Update to 1.10.99.14 - fix libpkg.so when linked with binutils - instead of closing stdin for script just use /dev/null - force installation of symlinks to avoid make install to fail is some symlinks are already there Deleted: head/ports-mgmt/pkg-devel/files/patch-better-stdin-handling Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon May 27 09:01:42 2019 (r502777) +++ head/ports-mgmt/pkg-devel/Makefile Mon May 27 09:07:23 2019 (r502778) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.99.13 +DISTVERSION= 1.10.99.14 _PKG_VERSION= ${DISTVERSION} -PORTREVISION= 2 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -14,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 68770f9 +GH_TAGNAME= 6c9b3097 WITH_DEBUG= yes CFLAGS+= -O0 -g -Wno-error Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon May 27 09:01:42 2019 (r502777) +++ head/ports-mgmt/pkg-devel/distinfo Mon May 27 09:07:23 2019 (r502778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555695600 -SHA256 (freebsd-pkg-1.10.99.13-68770f9_GH0.tar.gz) = f061504330d7c090b0e501272217f3c037006d1b1a7c9cbb3192b0ab0241ada9 -SIZE (freebsd-pkg-1.10.99.13-68770f9_GH0.tar.gz) = 3560666 +TIMESTAMP = 1558947499 +SHA256 (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 545b20925763dc473a37d117943df84024514203753bc4743214a69aa69da7aa +SIZE (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 3560806
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905270907.x4R97Nn5031519>