| 1 | diff -ruN /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-feedparser/Portfile py-feedparser/Portfile |
|---|
| 2 | --- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-feedparser/Portfile 2006-11-02 21:03:31.000000000 +0100 |
|---|
| 3 | +++ py-feedparser/Portfile 2007-04-02 15:19:11.000000000 +0200 |
|---|
| 4 | @@ -3,7 +3,7 @@ |
|---|
| 5 | PortGroup python24 1.0 |
|---|
| 6 | |
|---|
| 7 | name py-feedparser |
|---|
| 8 | -version 3.3 |
|---|
| 9 | +version 4.1 |
|---|
| 10 | categories python |
|---|
| 11 | platforms darwin |
|---|
| 12 | maintainers yuhei@pop21.odn.ne.jp |
|---|
| 13 | @@ -15,11 +15,13 @@ |
|---|
| 14 | homepage http://feedparser.org/ |
|---|
| 15 | master_sites sourceforge:feedparser |
|---|
| 16 | distname feedparser-${version} |
|---|
| 17 | + |
|---|
| 18 | use_zip yes |
|---|
| 19 | -checksums md5 f95db0d0e8832197c40a90f517546e21 |
|---|
| 20 | |
|---|
| 21 | -post-extract { |
|---|
| 22 | - file rename ${workpath}/feedparser ${workpath}/${distname} |
|---|
| 23 | +checksums md5 7ab1140c1e29d4cd52ab20fa7b1f8640 |
|---|
| 24 | + |
|---|
| 25 | +pre-extract { |
|---|
| 26 | + extract.post_args -d ${workpath}/${distname} |
|---|
| 27 | } |
|---|
| 28 | |
|---|
| 29 | post-destroot { |
|---|