diff options
author | dryice <dryice@FreeBSD.org> | 2007-02-04 19:55:31 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2007-02-04 19:55:31 +0800 |
commit | b405b09a9072f0487d38878bd9359e9e5dadf149 (patch) | |
tree | ce68559ec10816e57bb48ce26b6319dbdccb7481 /devel | |
parent | 084063f33d04f25b504c3483dd80555f8d837363 (diff) | |
download | freebsd-ports-gnome-b405b09a9072f0487d38878bd9359e9e5dadf149.tar.gz freebsd-ports-gnome-b405b09a9072f0487d38878bd9359e9e5dadf149.tar.zst freebsd-ports-gnome-b405b09a9072f0487d38878bd9359e9e5dadf149.zip |
update to 4.19
delete file: pkg-plist
PR: 108705
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: itetcu (mentor) alexbl@ (for python@)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-magic/Makefile | 8 | ||||
-rw-r--r-- | devel/py-magic/distinfo | 6 | ||||
-rw-r--r-- | devel/py-magic/pkg-plist | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index e34d2782af0d..4c00ed852a54 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= magic -PORTVERSION= 4.18 +PORTVERSION= 4.19 CATEGORIES= devel python MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ - ftp://ftp.gw.com/mirrors/pub/unix/file/ \ - ftp://ftp.fu-berlin.de/unix/tools/file/ + ftp://ftp.gw.com/mirrors/pub/unix/file/ \ + ftp://ftp.fu-berlin.de/unix/tools/file/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= file-${PORTVERSION} @@ -21,4 +21,6 @@ USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python +PLIST_FILES= %%PYTHON_SITELIBDIR%%/magic.so + .include <bsd.port.mk> diff --git a/devel/py-magic/distinfo b/devel/py-magic/distinfo index 3f945805df73..7b96678deed3 100644 --- a/devel/py-magic/distinfo +++ b/devel/py-magic/distinfo @@ -1,3 +1,3 @@ -MD5 (file-4.18.tar.gz) = ce1aa9b0316feb57d40a48cfe6b606e4 -SHA256 (file-4.18.tar.gz) = 5090d5123ea642842d04d3f93a821e1372e5d9e434c74c08ee2483cc150a6273 -SIZE (file-4.18.tar.gz) = 536447 +MD5 (file-4.19.tar.gz) = a61ef3aa8339d5987148089afde25f60 +SHA256 (file-4.19.tar.gz) = 697250abdbcaf850728791a475a917d84287f7e2d67bab90021775db600c4d85 +SIZE (file-4.19.tar.gz) = 546805 diff --git a/devel/py-magic/pkg-plist b/devel/py-magic/pkg-plist deleted file mode 100644 index fdd29f399718..000000000000 --- a/devel/py-magic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/magic.so |