svn commit: r455437 - head/archivers/py-librtfcomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:34:49 UTC 2017


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


More information about the svn-ports-head mailing list