Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 16:34:14 +0200 (SAST)
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27964: Port update: lang/diveintopython (MAINTAINER)
Message-ID:  <200106081434.f58EYEl55330@shuffle.egenetics.com>

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

>Number:         27964
>Category:       ports
>Synopsis:       Port update: lang/diveintopython (MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 07:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Johann Visagie
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Electric Genetics
>Environment:
>Description:
- Update the port of the book "Dive Into Python" (lang/diveintopython) to
  version 3.4
>How-To-Repeat:
>Fix:
diff -ruN diveintopython.bak/Makefile diveintopython/Makefile
--- diveintopython.bak/Makefile	Fri Jun  8 16:32:22 2001
+++ diveintopython/Makefile	Fri Jun  8 16:31:48 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	diveintopython
-PORTVERSION=	3.3.1
+PORTVERSION=	3.4
 CATEGORIES=	lang python
 MASTER_SITES=	http://diveintopython.org/download/
 DISTNAME=	${PORTNAME}
@@ -28,9 +28,7 @@
 DIPDIR=		${PREFIX}/share/doc/diveintopython
 DIPDLDIR=	${DIPDIR}/download
 CPIO=		cpio --quiet -pdum -R
-# Is there a way of doing this without using a temporary variable?
-VERSIONTMP=	${PORTVERSION:S|.|-|g}
-VERSIONSTR=	${VERSIONTMP:S|-|.|}
+VERSIONSTR=	${PORTVERSION}-1
 
 post-patch:
 	@ ${PERL} -pi.orig -e \
diff -ruN diveintopython.bak/distinfo diveintopython/distinfo
--- diveintopython.bak/distinfo	Fri Jun  8 16:32:22 2001
+++ diveintopython/distinfo	Fri Jun  8 16:23:26 2001
@@ -1,6 +1,6 @@
-MD5 (diveintopython/diveintopython-html-3.3-1.tgz) = 500c4713d58c3cccba0dd5ec90cc6823
-MD5 (diveintopython/diveintopython-html-flat-3.3-1.tgz) = 75857c4e5911ec046e68c0f2c2a808c6
-MD5 (diveintopython/diveintopython-pdf-3.3-1.tgz) = 9f16f442a1cc3f2e4dbcc6bf49c81297
-MD5 (diveintopython/diveintopython-text-3.3-1.tgz) = 92f7c6444af89d2632ca7c1fb917b881
-MD5 (diveintopython/diveintopython-xml-3.3-1.tgz) = 344c02a89747c69c130317e21fcd8699
-MD5 (diveintopython/diveintopython-examples-3.3-1.tgz) = e32244e662350fb914e6c818dcc5d1a2
+MD5 (diveintopython/diveintopython-html-3.4-1.tgz) = 4114f870b086594b30be68a522eac28c
+MD5 (diveintopython/diveintopython-html-flat-3.4-1.tgz) = 0a44df0b75406792a5c2c2f4a1c7fcdf
+MD5 (diveintopython/diveintopython-pdf-3.4-1.tgz) = 56ae9be51ea3efdd213700c67bbc7c59
+MD5 (diveintopython/diveintopython-text-3.4-1.tgz) = c0a949ff77ff61feca727c5bc4d13f16
+MD5 (diveintopython/diveintopython-xml-3.4-1.tgz) = 3faf8bc016705d6308df25ed9c3462c9
+MD5 (diveintopython/diveintopython-examples-3.4-1.tgz) = 6e0dbebf0be3a411417d286599794a0b
diff -ruN diveintopython.bak/pkg-plist diveintopython/pkg-plist
--- diveintopython.bak/pkg-plist	Fri Jun  8 16:32:22 2001
+++ diveintopython/pkg-plist	Fri Jun  8 16:28:45 2001
@@ -21,12 +21,12 @@
 share/doc/diveintopython/dialect_re.html
 share/doc/diveintopython/dialect_sgmllib.html
 share/doc/diveintopython/diveintopython.css
-share/doc/diveintopython/download/diveintopython-examples-3.3-1.tgz
-share/doc/diveintopython/download/diveintopython-html-3.3-1.tgz
-share/doc/diveintopython/download/diveintopython-html-flat-3.3-1.tgz
-share/doc/diveintopython/download/diveintopython-pdf-3.3-1.tgz
-share/doc/diveintopython/download/diveintopython-text-3.3-1.tgz
-share/doc/diveintopython/download/diveintopython-xml-3.3-1.tgz
+share/doc/diveintopython/download/diveintopython-examples-3.4-1.tgz
+share/doc/diveintopython/download/diveintopython-html-3.4-1.tgz
+share/doc/diveintopython/download/diveintopython-html-flat-3.4-1.tgz
+share/doc/diveintopython/download/diveintopython-pdf-3.4-1.tgz
+share/doc/diveintopython/download/diveintopython-text-3.4-1.tgz
+share/doc/diveintopython/download/diveintopython-xml-3.4-1.tgz
 share/doc/diveintopython/download/diveintopython.html
 share/doc/diveintopython/download/diveintopython.pdf
 share/doc/diveintopython/download/diveintopython.txt
@@ -104,6 +104,7 @@
 share/doc/diveintopython/roman_divein.html
 share/doc/diveintopython/roman_failure.html
 share/doc/diveintopython/roman_getopt.html
+share/doc/diveintopython/roman_refactoring.html
 share/doc/diveintopython/roman_romantest.html
 share/doc/diveintopython/roman_sanity.html
 share/doc/diveintopython/roman_stage1.html
@@ -112,6 +113,7 @@
 share/doc/diveintopython/roman_stage4.html
 share/doc/diveintopython/roman_stage5.html
 share/doc/diveintopython/roman_success.html
+share/doc/diveintopython/roman_summary.html
 share/doc/diveintopython/tips.html
 share/doc/diveintopython/toc.html
 @dirrm share/doc/diveintopython/images/callouts
>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?200106081434.f58EYEl55330>