Bug 90640 - Update py-tada from 1.3.0 to 1.4.0
Summary: Update py-tada from 1.3.0 to 1.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 08:10 UTC by Clive Crous
Modified: 2005-12-19 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (724 bytes, patch)
2005-12-19 08:10 UTC, Clive Crous
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clive Crous 2005-12-19 08:10:03 UTC
Update py-tada from 1.3.0 to 1.4.0
Simple update, no new files etc, simply a version update with associated
distinfo modification.
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-12-19 10:57:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2005-12-19 11:19:13 UTC
State Changed
From-To: open->feedback

Does not package: 

===>  Building package for py24-tada-1.4.0 
tar: lib/python2.4/site-packages/tada/taorda.py: Cannot stat: No such file or directory 
tar: lib/python2.4/site-packages/tada/taorda.pyc: Cannot stat: No such file or directory 
tar: lib/python2.4/site-packages/tada/taorda.pyo: Cannot stat: No such file or directory 
pkg_create: make_dist: tar command failed with code 256 
Creating package /tmp/packages/All/py24-tada-1.4.0.tbz 
Registering depends: py24-twistedCore-2.1.0_1 py24-zopeInterface-3.0.1 python-2.4.2. 
Creating bzip'd tar ball in '/tmp/packages/All/py24-tada-1.4.0.tbz' 
*** Error code 1
Comment 3 Clive Crous 2005-12-19 12:18:07 UTC
My appologies,
There was indeed some file merging/removal in this release.

corrected diff:

diff -ruN py-tada.old/Makefile py-tada/Makefile
--- py-tada.old/Makefile	Thu Sep 22 15:51:35 2005
+++ py-tada/Makefile	Mon Dec 19 09:10:55 2005
@@ -6,7 +6,7 @@
 #

 PORTNAME=	tada
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	databases python
 MASTER_SITES=	http://www.darkarts.co.za/projects/${PORTNAME}/downloads/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN py-tada.old/distinfo py-tada/distinfo
--- py-tada.old/distinfo	Mon Sep 19 11:48:10 2005
+++ py-tada/distinfo	Mon Dec 19 09:57:34 2005
@@ -1,2 +1,2 @@
-MD5 (tada-1.3.0.tar.gz) = e7a43405c6f79877185190ad5a16ad65
-SIZE (tada-1.3.0.tar.gz) = 6908
+MD5 (tada-1.4.0.tar.gz) = be85fedf18faea7f987c8838caece42f
+SIZE (tada-1.4.0.tar.gz) = 7360
diff -ruN py-tada.old/pkg-plist py-tada/pkg-plist
--- py-tada.old/pkg-plist	Mon Sep 19 11:48:10 2005
+++ py-tada/pkg-plist	Mon Dec 19 13:58:17 2005
@@ -7,9 +7,6 @@
 %%PYTHON_SITELIBDIR%%/tada/tao.py
 %%PYTHON_SITELIBDIR%%/tada/tao.pyc
 %%PYTHON_SITELIBDIR%%/tada/tao.pyo
-%%PYTHON_SITELIBDIR%%/tada/taorda.py
-%%PYTHON_SITELIBDIR%%/tada/taorda.pyc
-%%PYTHON_SITELIBDIR%%/tada/taorda.pyo
 %%PYTHON_SITELIBDIR%%/tada/test/MySQLdb/__init__.py
 %%PYTHON_SITELIBDIR%%/tada/test/MySQLdb/__init__.pyc
 %%PYTHON_SITELIBDIR%%/tada/test/MySQLdb/__init__.pyo
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-12-19 12:20:15 UTC
State Changed
From-To: feedback->closed

Committed, thanks!