Bug 87286 - Update port: www/zope-cmfphoto update to 0.5.0
Summary: Update port: www/zope-cmfphoto update to 0.5.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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 21:40 UTC by Jean Milanez Melo
Modified: 2005-10-19 10:08 UTC (History)
1 user (show)

See Also:


Attachments
zope-cmfphoto.diff (752 bytes, patch)
2005-10-11 21:40 UTC, Jean Milanez Melo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Milanez Melo 2005-10-11 21:40:18 UTC
	- Update to 0.5.0
	- Maintainer has been Cc:ed
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-10-12 06:06:40 UTC
Have you seen this PR? Is it okay to be submitted?

If so, please reply with your approval.

-- 
Edwin Groothuis
edwin@freebsd.org
http://www.mavetju.org
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-15 03:32:16 UTC
State Changed
From-To: open->feedback

Already waiting feedback.
Comment 3 Khairil Yusof 2005-10-16 09:55:50 UTC
This port comes with a companion port: www/zope-cmfphotoalbum which is
also needs to be updated (diff provided below).

Thanks for the update patch!

diff -uN /usr/ports/www/zope-cmfphotoalbum/Makefile
zope-cmfphotoalbum/Makefile

--- /usr/ports/www/zope-cmfphotoalbum/Makefile  Thu Feb 26 03:23:16 2004
+++ zope-cmfphotoalbum/Makefile Sun Oct 16 16:47:47 2005
@@ -6,12 +6,12 @@
 #

 PORTNAME=      cmfphotoalbum
-PORTVERSION=   0.4
+PORTVERSION=   0.5
 CATEGORIES=    www zope
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    collective
 PKGNAMEPREFIX= zope-
-DISTNAME=      CMFPhotoAlbum-0.4final
+DISTNAME=      CMFPhotoAlbum-0.5.0

 MAINTAINER=    kaeru@inigo-tech.com
 COMMENT=       CMFPhotoAlbum product for Zope/CMF
diff -uN /usr/ports/www/zope-cmfphotoalbum/distinfo
zope-cmfphotoalbum/distinfo
--- /usr/ports/www/zope-cmfphotoalbum/distinfo  Thu Feb 26 03:23:16 2004
+++ zope-cmfphotoalbum/distinfo Sun Oct 16 16:48:48 2005
@@ -1,2 +1,2 @@
-MD5 (zope/CMFPhotoAlbum-0.4final.tar.gz) =
0b7ae2b381f467a92c6e4b6790cb3227
-SIZE (zope/CMFPhotoAlbum-0.4final.tar.gz) = 16949
+MD5 (zope/CMFPhotoAlbum-0.5.0.tar.gz) =
ddba95e9184c360b9dfc399628e21545
+SIZE (zope/CMFPhotoAlbum-0.5.0.tar.gz) = 20875
Comment 4 Khairil Yusof 2005-10-16 09:57:03 UTC
On Wed, 2005-10-12 at 15:06 +1000, Edwin Groothuis wrote:

> Have you seen this PR? Is it okay to be submitted?

I've just replied with a patch to update a companion port, which should
be committed together.

Please commit both updates.

Thanks!
Comment 5 Renato Botelho freebsd_committer freebsd_triage 2005-10-18 16:27:16 UTC
State Changed
From-To: feedback->open

Feedback provided 


Comment 6 Renato Botelho freebsd_committer freebsd_triage 2005-10-18 16:27:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Grabbed.
Comment 7 Renato Botelho freebsd_committer freebsd_triage 2005-10-18 19:12:18 UTC
State Changed
From-To: open->feedback

Ask maintainer again, because it doesn't build fine.
Comment 8 Renato Botelho freebsd_committer freebsd_triage 2005-10-18 19:15:25 UTC
Dear maintainer,

I could not build it fine here, like you can see here:

http://srvmix.galle.com.br/tb/errors/5-STABLE/zope-cmfphoto-0.5.0.log

Could you take care with this?

Thanks
--
Renato Botelho
Comment 9 Khairil Yusof 2005-10-18 22:51:38 UTC
On Tue, 2005-10-18 at 16:15 -0200, Renato Botelho wrote:
> Dear maintainer,
> 
> I could not build it fine here, like you can see here:
> 
> http://srvmix.galle.com.br/tb/errors/5-STABLE/zope-cmfphoto-0.5.0.log
> 
> Could you take care with this?

This is a known double dependency problem with python in the base ports
system when different python versions of a port is built. A description
of it here:

http://lists.freebsd.org/pipermail/freebsd-python/2005-January/000167.html

If python24-imaging is not already installed (or forced to installed as
it does not conflict with python23-imaging), the port will install just
fine.

I have added NO_PACKAGES option in diff below as is current practise
with other Zope ports that have this problem, to prevent errors being
reported by the FreeBSD package system.

--- /usr/ports/www/zope-cmfphotoalbum/Makefile  Thu Feb 26 03:23:16 2004
+++ zope-cmfphotoalbum/Makefile Wed Oct 19 05:34:50 2005
@@ -6,18 +6,20 @@
 #

 PORTNAME=      cmfphotoalbum
-PORTVERSION=   0.4
+PORTVERSION=   0.5
 CATEGORIES=    www zope
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    collective
 PKGNAMEPREFIX= zope-
-DISTNAME=      CMFPhotoAlbum-0.4final
+DISTNAME=      CMFPhotoAlbum-0.5.0

 MAINTAINER=    kaeru@inigo-tech.com
 COMMENT=       CMFPhotoAlbum product for Zope/CMF

 RUN_DEPENDS=
${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPhoto/Photo.py:
${PORTSDIR}/www/zope-cmfphoto \

${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/BTreeFolder2/BTreeFolder2.py:${PORTSDIR}/www/zope-btreefolder2
+
+NO_PACKAGE=    Double python dependency

 USE_PYTHON=    yes
 USE_ZOPE=      yes
diff -Nu /usr/ports/www/zope-cmfphotoalbum/distinfo
zope-cmfphotoalbum/distinfo
--- /usr/ports/www/zope-cmfphotoalbum/distinfo  Thu Feb 26 03:23:16 2004
+++ zope-cmfphotoalbum/distinfo Sun Oct 16 16:48:48 2005
@@ -1,2 +1,2 @@
-MD5 (zope/CMFPhotoAlbum-0.4final.tar.gz) =
0b7ae2b381f467a92c6e4b6790cb3227
-SIZE (zope/CMFPhotoAlbum-0.4final.tar.gz) = 16949
+MD5 (zope/CMFPhotoAlbum-0.5.0.tar.gz) =
ddba95e9184c360b9dfc399628e21545
+SIZE (zope/CMFPhotoAlbum-0.5.0.tar.gz) = 20875
Comment 10 Renato Botelho freebsd_committer freebsd_triage 2005-10-19 10:08:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!