Date: Sun, 3 Dec 2017 20:34:48 +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: r455437 - head/archivers/py-librtfcomp Message-ID: <201712032034.vB3KYmoE056073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:34:47 2017 New Revision: 455437 URL: https://svnweb.freebsd.org/changeset/ports/455437 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/archivers/py-librtfcomp/Makefile Modified: head/archivers/py-librtfcomp/Makefile ============================================================================== --- head/archivers/py-librtfcomp/Makefile Sun Dec 3 20:34:43 2017 (r455436) +++ head/archivers/py-librtfcomp/Makefile Sun Dec 3 20:34:47 2017 (r455437) @@ -3,7 +3,7 @@ PORTNAME= librtfcomp PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers python MASTER_SITES= SF/synce/SynCE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,7 @@ LIB_DEPENDS= librtfcomp.so:archivers/librtfcomp CONFIGURE_ARGS= --enable-python-bindings GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool python:2 -USE_PYTHON= flavors +USES= libtool python:2.7 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032034.vB3KYmoE056073>