Skip to content

Commit

Permalink
Update to 1.10.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bapt committed Dec 4, 2017
1 parent 8eb179f commit c6da09c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 185 deletions.
5 changes: 1 addition & 4 deletions ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -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= \
Expand Down Expand Up @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

This file was deleted.

0 comments on commit c6da09c

Please sign in to comment.