diff options
author | rm <rm@FreeBSD.org> | 2012-11-02 20:08:08 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-11-02 20:08:08 +0800 |
commit | 6f1e580bf3277363653c2400512fe72eb5d057aa (patch) | |
tree | eb1be06f191a6010cafbef145b2a03b381128e08 | |
parent | d397c51068bc68d603563eb5bcbd9e1be200be94 (diff) | |
download | freebsd-ports-gnome-6f1e580bf3277363653c2400512fe72eb5d057aa.tar.gz freebsd-ports-gnome-6f1e580bf3277363653c2400512fe72eb5d057aa.tar.zst freebsd-ports-gnome-6f1e580bf3277363653c2400512fe72eb5d057aa.zip |
- take maintainership
- trim Makefile header
- remove redundant LICENSE_FILE
- tab -> space change in pkg-descr:WWW
Feature safe: yes
-rw-r--r-- | textproc/py-chardet/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-chardet/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index ad91130df8bf..db20e8c49e55 100644 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: py-chardet -# Date created: 2005-01-25 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= chardet @@ -18,11 +15,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python2-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rm@FreeBSD.org COMMENT= Character encoding auto-detection in Python LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/textproc/py-chardet/pkg-descr b/textproc/py-chardet/pkg-descr index f11918333046..50e936617ef9 100644 --- a/textproc/py-chardet/pkg-descr +++ b/textproc/py-chardet/pkg-descr @@ -1,3 +1,3 @@ Character encoding auto-detection in Python. -WWW: https://github.com/byroot/chardet +WWW: https://github.com/byroot/chardet |