diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-01-07 14:28:38 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-01-07 14:28:38 +0000 |
commit | 46a66b39ee4ee344f3f5604984d29ab1f54683de (patch) | |
tree | 87f1dc86c6f668ce0d415428c7debd62aa2f9b4d /lang/diveintopython | |
parent | bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52 (diff) | |
download | ports-46a66b39ee4ee344f3f5604984d29ab1f54683de.tar.gz ports-46a66b39ee4ee344f3f5604984d29ab1f54683de.zip |
Notes
Diffstat (limited to 'lang/diveintopython')
-rw-r--r-- | lang/diveintopython/Makefile | 3 | ||||
-rw-r--r-- | lang/diveintopython/distinfo | 10 | ||||
-rw-r--r-- | lang/diveintopython/pkg-plist | 15 |
3 files changed, 17 insertions, 11 deletions
diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index b3bf452b72ff..4cba33ba3ed5 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= diveintopython -PORTVERSION= 3.8.1 +PORTVERSION= 3.9.1 CATEGORIES= lang python MASTER_SITES= http://diveintopython.org/download/ DISTNAME= ${PORTNAME} @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/html DIPDLDIR= ${DOCSDIR}/download CPIO= cpio --quiet -pdum -R VERSIONSTR= ${PORTVERSION:C|\.([^.]*)$|-\1|} +PLIST_SUB+= VERSION=${VERSIONSTR} post-patch: @ ${PERL} -pi.orig -e \ diff --git a/lang/diveintopython/distinfo b/lang/diveintopython/distinfo index 3223f89e05a7..b8486e0e374d 100644 --- a/lang/diveintopython/distinfo +++ b/lang/diveintopython/distinfo @@ -1,5 +1,5 @@ -MD5 (diveintopython/diveintopython-html-3.8-1.zip) = afa90df177ae27bd5dc00c0263895506 -MD5 (diveintopython/diveintopython-html-flat-3.8-1.zip) = 04c3bf56f146ebf0c0035fbee5e25fee -MD5 (diveintopython/diveintopython-pdf-3.8-1.zip) = c9b76ee94539f1bb1ee775103f8880dc -MD5 (diveintopython/diveintopython-text-3.8-1.zip) = ff026b6c7b926bffcfccb7e54e92a06a -MD5 (diveintopython/diveintopython-examples-3.8-1.zip) = db88dda71c6d87dbf0e5a01907c44a2e +MD5 (diveintopython/diveintopython-html-3.9-1.zip) = e514afe1866b921cd29c4e36e4d2b721 +MD5 (diveintopython/diveintopython-html-flat-3.9-1.zip) = 6fefa9ea15be355d1e07ce9efe65c480 +MD5 (diveintopython/diveintopython-pdf-3.9-1.zip) = 23c4d62ac33c637635dfbc0b31a07ef3 +MD5 (diveintopython/diveintopython-text-3.9-1.zip) = 6d3be27455568708705ba1d22cce1781 +MD5 (diveintopython/diveintopython-examples-3.9-1.zip) = 1b6cd7c2dbc8dea106f4ed58e43dc8a6 diff --git a/lang/diveintopython/pkg-plist b/lang/diveintopython/pkg-plist index 075c38c53971..61716548bd40 100644 --- a/lang/diveintopython/pkg-plist +++ b/lang/diveintopython/pkg-plist @@ -22,11 +22,11 @@ share/doc/diveintopython/dialect_re.html share/doc/diveintopython/dialect_sgmllib.html share/doc/diveintopython/dialect_summary.html share/doc/diveintopython/diveintopython.css -share/doc/diveintopython/download/diveintopython-examples-3.8-1.zip -share/doc/diveintopython/download/diveintopython-html-3.8-1.zip -share/doc/diveintopython/download/diveintopython-html-flat-3.8-1.zip -share/doc/diveintopython/download/diveintopython-pdf-3.8-1.zip -share/doc/diveintopython/download/diveintopython-text-3.8-1.zip +share/doc/diveintopython/download/diveintopython-examples-%%VERSION%%.zip +share/doc/diveintopython/download/diveintopython-html-%%VERSION%%.zip +share/doc/diveintopython/download/diveintopython-html-flat-%%VERSION%%.zip +share/doc/diveintopython/download/diveintopython-pdf-%%VERSION%%.zip +share/doc/diveintopython/download/diveintopython-text-%%VERSION%%.zip share/doc/diveintopython/examples.html share/doc/diveintopython/fdl.html share/doc/diveintopython/fdl_aggregation.html @@ -76,9 +76,14 @@ share/doc/diveintopython/images/note.png share/doc/diveintopython/images/tip.png share/doc/diveintopython/images/warning.png share/doc/diveintopython/index.html +share/doc/diveintopython/kgp_attributes.html +share/doc/diveintopython/kgp_commandline.html share/doc/diveintopython/kgp_divein.html +share/doc/diveintopython/kgp_openanything.html share/doc/diveintopython/kgp_packages.html share/doc/diveintopython/kgp_parse.html +share/doc/diveintopython/kgp_search.html +share/doc/diveintopython/kgp_stdio.html share/doc/diveintopython/kgp_unicode.html share/doc/diveintopython/license.html share/doc/diveintopython/license_terms.html |