svn commit: r358822 - in head: archivers/libarchive sysutils/rdup
Tijl Coosemans
tijl at FreeBSD.org
Sun Jun 22 20:11:55 UTC 2014
Author: tijl
Date: Sun Jun 22 20:11:54 2014
New Revision: 358822
URL: http://svnweb.freebsd.org/changeset/ports/358822
QAT: https://qat.redports.org/buildarchive/r358822/
Log:
- Add USES=libtool to archivers/libarchive.
- Bump PORTREVISION on dependent ports.
Modified:
head/archivers/libarchive/Makefile
head/sysutils/rdup/Makefile
Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile Sun Jun 22 19:03:47 2014 (r358821)
+++ head/archivers/libarchive/Makefile Sun Jun 22 20:11:54 2014 (r358822)
@@ -2,7 +2,7 @@
PORTNAME= libarchive
PORTVERSION= 3.1.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/
@@ -17,7 +17,7 @@ LIBXML2_DESC= Support writing xar via li
LZO_DESC= Support lzo compression via liblzo2
NETTLE_DESC= Use Nettle instead of OpenSSL
-USES= pathfix
+USES= libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PATCH_STRIP= -p1
@@ -29,9 +29,9 @@ PLIST_FILES= bin/bsdcpio \
include/archive.h \
include/archive_entry.h \
lib/libarchive.a \
- lib/libarchive.la \
lib/libarchive.so \
- lib/libarchive.so.14 \
+ lib/libarchive.so.13 \
+ lib/libarchive.so.13.1.2 \
libdata/pkgconfig/libarchive.pc \
man/man1/bsdcpio.1.gz \
man/man1/bsdtar.1.gz \
Modified: head/sysutils/rdup/Makefile
==============================================================================
--- head/sysutils/rdup/Makefile Sun Jun 22 19:03:47 2014 (r358821)
+++ head/sysutils/rdup/Makefile Sun Jun 22 20:11:54 2014 (r358822)
@@ -3,7 +3,7 @@
PORTNAME= rdup
PORTVERSION= 1.1.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://archive.miek.nl/projects/rdup/
More information about the svn-ports-all
mailing list