svn commit: r364138 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Tue Aug 5 20:42:12 UTC 2014


Author: bapt
Date: Tue Aug  5 20:42:11 2014
New Revision: 364138
URL: http://svnweb.freebsd.org/changeset/ports/364138
QAT: https://qat.redports.org/buildarchive/r364138/

Log:
  Update to 1.3.5.1
  - Fix units propagation and conflicts.
  - Add a convenience new configure option to avoid configure to try to find autoconf

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Aug  5 20:04:58 2014	(r364137)
+++ head/ports-mgmt/pkg/Makefile	Tue Aug  5 20:42:11 2014	(r364138)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.5
+DISTVERSION=	1.3.5.1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/${PORTNAME}/ \
@@ -21,6 +21,7 @@ NO_CCACHE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool tar:xz
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-maintainer-mode
 INSTALL_TARGET=	install-strip
 
 # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Aug  5 20:04:58 2014	(r364137)
+++ head/ports-mgmt/pkg/distinfo	Tue Aug  5 20:42:11 2014	(r364138)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.5.tar.xz) = 7640ca19bbb156db993ffc1d62de3dec0913c1f922fbe627355b48572e3e1cb8
-SIZE (pkg-1.3.5.tar.xz) = 1735432
+SHA256 (pkg-1.3.5.1.tar.xz) = aaefdd30d2f0b11cd0a3f527104720abf6315c9007c96e71f21813a03284dd6d
+SIZE (pkg-1.3.5.1.tar.xz) = 1706540


More information about the svn-ports-all mailing list