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

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 4 21:32:02 UTC 2017


Author: bapt
Date: Mon Dec  4 21:32:01 2017
New Revision: 455546
URL: https://svnweb.freebsd.org/changeset/ports/455546

Log:
  Update to 1.10.3
  - Accept DT_SONAME anywhere in .dynamic when parsing elf binaries
  - Fix pkg version when it deals with the ports tree and INDEX after flavors
  - Sort fts traversal in repo creation (for reproducible builds)
  - Documentation improvements
  - make pkg version -r imply -R

Deleted:
  head/ports-mgmt/pkg/files/0001-Do-not-use-the-origin-at-all-anymore-when-looking-fo.patch
  head/ports-mgmt/pkg/files/0002-Fix-finding-ports-updates-with-flavors.patch
Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Dec  4 21:30:00 2017	(r455545)
+++ head/ports-mgmt/pkg/Makefile	Mon Dec  4 21:32:01 2017	(r455546)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.10.2
-PORTREVISION=	1
+DISTVERSION=	1.10.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
@@ -31,8 +30,6 @@ CFLAGS+=	-Wno-error
 .if !exists(/usr/include/jail.h)
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-docs_pkg.8
 .endif
-EXTRA_PATCHES+=	${FILESDIR}/0001-Do-not-use-the-origin-at-all-anymore-when-looking-fo.patch:-p1 \
-		${FILESDIR}/0002-Fix-finding-ports-updates-with-flavors.patch:-p1
 
 .include <bsd.port.pre.mk>
 

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon Dec  4 21:30:00 2017	(r455545)
+++ head/ports-mgmt/pkg/distinfo	Mon Dec  4 21:32:01 2017	(r455546)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510740067
-SHA256 (pkg-1.10.2.tar.xz) = 942e9e119f6d7f7d4684aef572d8d3310a9d60826a91b82cf912eb32e873ea4d
-SIZE (pkg-1.10.2.tar.xz) = 2220904
+TIMESTAMP = 1512423062
+SHA256 (pkg-1.10.3.tar.xz) = a5db61522eccc91538b0ac19da56ddbe8eaf8c3bd94868a1753c37c8bade7715
+SIZE (pkg-1.10.3.tar.xz) = 2188196


More information about the svn-ports-head mailing list