From owner-svn-ports-head@FreeBSD.ORG Sun Jun 22 20:11:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 739CCECB; Sun, 22 Jun 2014 20:11:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 609EC226B; Sun, 22 Jun 2014 20:11:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MKBtpv044615; Sun, 22 Jun 2014 20:11:55 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MKBsru044611; Sun, 22 Jun 2014 20:11:54 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406222011.s5MKBsru044611@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 22 Jun 2014 20:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358822 - in head: archivers/libarchive sysutils/rdup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 20:11:55 -0000 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/