mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to version 3.9.1
- Add version to PLIST_SUB to eliminate one further change which was hitherto necessary with each update (good one!) PR: 33457 Submitted by: Alan Eldridge <ports@geeksrus.net>
This commit is contained in:
parent
bfe0973b6c
commit
46a66b39ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52716
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user