svn commit: r502778 - in head/ports-mgmt/pkg-devel: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 09:07:24 UTC 2019


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


More information about the svn-ports-all mailing list