From owner-svn-ports-head@FreeBSD.ORG Sun Oct 20 23:32:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA3D710B; Sun, 20 Oct 2013 23:32:26 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7C352976; Sun, 20 Oct 2013 23:32:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNWQD9051818; Sun, 20 Oct 2013 23:32:26 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9KNWQTD051813; Sun, 20 Oct 2013 23:32:26 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201310202332.r9KNWQTD051813@svn.freebsd.org> From: Jason Helfman Date: Sun, 20 Oct 2013 23:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331072 - head/devel/libvc 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.14 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, 20 Oct 2013 23:32:26 -0000 Author: jgh Date: Sun Oct 20 23:32:25 2013 New Revision: 331072 URL: http://svnweb.freebsd.org/changeset/ports/331072 Log: - remove legacy file removal, bump portrevision Spotted by: antoine@ Modified: head/devel/libvc/Makefile head/devel/libvc/pkg-plist Modified: head/devel/libvc/Makefile ============================================================================== --- head/devel/libvc/Makefile Sun Oct 20 23:26:54 2013 (r331071) +++ head/devel/libvc/Makefile Sun Oct 20 23:32:25 2013 (r331072) @@ -3,7 +3,7 @@ PORTNAME= libvc PORTVERSION= 003 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION} @@ -25,6 +25,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${RM} -f ${PREFIX}/lib/libvc.la .include Modified: head/devel/libvc/pkg-plist ============================================================================== --- head/devel/libvc/pkg-plist Sun Oct 20 23:26:54 2013 (r331071) +++ head/devel/libvc/pkg-plist Sun Oct 20 23:32:25 2013 (r331072) @@ -1,5 +1,6 @@ include/vc.h lib/libvc.a +lib/libvc.la lib/libvc.so lib/libvc.so.0 man/man3/vc.3.gz