diff options
author | bf <bf@FreeBSD.org> | 2011-01-18 06:11:57 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-01-18 06:11:57 +0800 |
commit | 244b9282d07727d85374215f72e54c7ec26092e3 (patch) | |
tree | 0034efbc79332610e84ccf9d054a15c9bb426502 /textproc/py-libtre | |
parent | 5393797da4d23b60a7ffc29e3fc09158154f9fdb (diff) | |
download | freebsd-ports-gnome-244b9282d07727d85374215f72e54c7ec26092e3.tar.gz freebsd-ports-gnome-244b9282d07727d85374215f72e54c7ec26092e3.tar.zst freebsd-ports-gnome-244b9282d07727d85374215f72e54c7ec26092e3.zip |
- Mirror the distfile locally
- Remove MD5 checksum from distinfo
- Add LICENSE information
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'textproc/py-libtre')
-rw-r--r-- | textproc/py-libtre/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-libtre/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile index 92b1b833b848..1aff98ab8f97 100644 --- a/textproc/py-libtre/Makefile +++ b/textproc/py-libtre/Makefile @@ -8,7 +8,8 @@ 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} @@ -17,6 +18,8 @@ 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 diff --git a/textproc/py-libtre/distinfo b/textproc/py-libtre/distinfo index d08b6e2143b7..5cec88979c08 100644 --- a/textproc/py-libtre/distinfo +++ b/textproc/py-libtre/distinfo @@ -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 |