Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 20:42:11 +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: r364138 - head/ports-mgmt/pkg
Message-ID:  <53e141a3.5915.a816077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e141a3.5915.a816077>