Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2002 20:18:37 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        wjv@freebsd.org
Subject:   ports/33457: diveintopython: update to 3.9.1, pkg-plist fix
Message-ID:  <200201020118.g021Ib281509@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Number:         33457
>Category:       ports
>Synopsis:       diveintopython: update to 3.9.1, pkg-plist fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 01 17:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

1. Update to new version 3.9.1.

2. Fix pkg-plist to use a PLIST_SUB string to get the version string. This
way, it's one less thing to change with an update.
	
>How-To-Repeat:

>Fix:

Index: lang/diveintopython/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/lang/diveintopython/Makefile,v
retrieving revision 1.11
diff -u -3 -r1.11 Makefile
--- lang/diveintopython/Makefile	28 Nov 2001 13:01:53 -0000	1.11
+++ lang/diveintopython/Makefile	2 Jan 2002 01:15:26 -0000
@@ -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 @@
 DIPDLDIR=	${DOCSDIR}/download
 CPIO=		cpio --quiet -pdum -R
 VERSIONSTR=	${PORTVERSION:C|\.([^.]*)$|-\1|}
+PLIST_SUB+=	VERSTR=${VERSIONSTR}
 
 post-patch:
 	@ ${PERL} -pi.orig -e \
Index: lang/diveintopython/distinfo
===================================================================
RCS file: /home/alane/cvsroot/ports/lang/diveintopython/distinfo,v
retrieving revision 1.10
diff -u -3 -r1.10 distinfo
--- lang/diveintopython/distinfo	28 Nov 2001 13:01:53 -0000	1.10
+++ lang/diveintopython/distinfo	2 Jan 2002 00:43:17 -0000
@@ -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
Index: lang/diveintopython/pkg-plist
===================================================================
RCS file: /home/alane/cvsroot/ports/lang/diveintopython/pkg-plist,v
retrieving revision 1.10
diff -u -3 -r1.10 pkg-plist
--- lang/diveintopython/pkg-plist	28 Nov 2001 13:01:54 -0000	1.10
+++ lang/diveintopython/pkg-plist	2 Jan 2002 01:07:25 -0000
@@ -22,11 +22,11 @@
 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-%%VERSTR%%.zip
+share/doc/diveintopython/download/diveintopython-html-%%VERSTR%%.zip
+share/doc/diveintopython/download/diveintopython-html-flat-%%VERSTR%%.zip
+share/doc/diveintopython/download/diveintopython-pdf-%%VERSTR%%.zip
+share/doc/diveintopython/download/diveintopython-text-%%VERSTR%%.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/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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201020118.g021Ib281509>