Date: Sun, 20 Oct 2013 23:32:26 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331072 - head/devel/libvc Message-ID: <201310202332.r9KNWQTD051813@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310202332.r9KNWQTD051813>