svn commit: r310807 - in head/ports-mgmt/pkg: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jan 22 07:20:09 UTC 2013
Author: bapt
Date: Tue Jan 22 07:20:08 2013
New Revision: 310807
URL: http://svnweb.freebsd.org/changeset/ports/310807
Log:
- update to 1.0.5:
- changes:
* Expand all instances of $ORIGIN in RPATH strings
* Use -rpath when building pkg
* Handle the case where left-over records are present in the local database
* Fix license logic
* Fix spelling in manpages
* Fix built with gcc when build without DEBUG_FLAGS
* Allow to set HTTP_PROXY/FTP_PROXY directly in pkg.conf(5)
* Fix +MTREE_DIR extracting during binary installation of a package
* Add experimental feature: HTTP_MIRRORS, see below
Please note that this version does something we normally do not do in a release
branch. It adds an experimental feature: HTTP_MIRRORS, that was requested for
PC-BSD. This feature makes possible to retrieve a list of mirrors via an http
request first, looking for the URL: http://... lines in the fetched page.
Deleted:
head/ports-mgmt/pkg/files/
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Tue Jan 22 07:09:46 2013 (r310806)
+++ head/ports-mgmt/pkg/Makefile Tue Jan 22 07:20:08 2013 (r310807)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.0.4
-PORTREVISION= 1
+DISTVERSION= 1.0.5
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Tue Jan 22 07:09:46 2013 (r310806)
+++ head/ports-mgmt/pkg/distinfo Tue Jan 22 07:20:08 2013 (r310807)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.4.tar.xz) = 7a85792f2758d989a491d3a20a00e5c09e3b679730657a001792f31dea25e607
-SIZE (pkg-1.0.4.tar.xz) = 1446804
+SHA256 (pkg-1.0.5.tar.xz) = e1750ee0edc142a2376f4510720fb074aca964e9922edb20a7924d347638b1f8
+SIZE (pkg-1.0.5.tar.xz) = 1447736
More information about the svn-ports-all
mailing list