Index: head/textproc/py-libtre/Makefile =================================================================== --- head/textproc/py-libtre/Makefile (revision 267922) +++ head/textproc/py-libtre/Makefile (revision 267923) @@ -1,38 +1,41 @@ # Ports collection makefile for: py-libtre # Date created: 6 June 2007 # Whom: bf # # $FreeBSD$ # PORTNAME= libtre PORTVERSION= 0.8.0 CATEGORIES= textproc python -MASTER_SITES= http://laurikari.net/tre/ +MASTER_SITES= http://laurikari.net/tre/ \ + LOCAL/bf PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= tre-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= Python interface for the tre regular expressions library LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= tre BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python CFLAGS+= -I${LOCALBASE}/include/ -L${LOCALBASE}/lib/ .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ -fomit-frame-pointer -fexpensive-optimizations \ -fforce-mem -fforce-addr -O3 .endif PLIST_FILES= %%PYTHON_SITELIBDIR%%/tre.so .include Property changes on: head/textproc/py-libtre/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/py-libtre/distinfo =================================================================== --- head/textproc/py-libtre/distinfo (revision 267922) +++ head/textproc/py-libtre/distinfo (revision 267923) @@ -1,3 +1,2 @@ -MD5 (tre-0.8.0.tar.bz2) = b4d3232593dadf6746f4727bdda20b41 SHA256 (tre-0.8.0.tar.bz2) = 8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658 SIZE (tre-0.8.0.tar.bz2) = 380714 Property changes on: head/textproc/py-libtre/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property