Date: Thu, 10 Jul 2014 15:47:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361471 - head/archivers/py-librtfcomp Message-ID: <201407101547.s6AFlMMe056877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 10 15:47:22 2014 New Revision: 361471 URL: http://svnweb.freebsd.org/changeset/ports/361471 QAT: https://qat.redports.org/buildarchive/r361471/ Log: - Use USES=libtool - Bump PORTREVISION for package change Modified: head/archivers/py-librtfcomp/Makefile Modified: head/archivers/py-librtfcomp/Makefile ============================================================================== --- head/archivers/py-librtfcomp/Makefile Thu Jul 10 15:47:18 2014 (r361470) +++ head/archivers/py-librtfcomp/Makefile Thu Jul 10 15:47:22 2014 (r361471) @@ -1,7 +1,7 @@ # Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -19,7 +19,6 @@ INSTALL_WRKSRC= ${WRKSRC}/python PLIST= ${NONEXISTENT} PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \ - %%PYTHON_SITELIBDIR%%/pyrtfcomp.la \ %%PYTHON_SITELIBDIR%%/pyrtfcomp.so MASTERDIR= ${.CURDIR}/../librtfcomp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101547.s6AFlMMe056877>