Opened 19 years ago

Last modified 9 years ago

#4175 closed update

UPDATE py-py2app-0.2 — at Initial Version

Reported by: ytrewq1@… Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: py-py2app

Description

Since py-pyobjc seems to use python24, py-py2app not using similar was causing me problems, hence the suggested change from python to python24. Perhaps there's a better way to deal with this.

--- Portfile 2005-07-28 14:41:01.000000000 +0800 +++ Portfile.new 2005-07-28 14:41:27.000000000 +0800 @@ -1,9 +1,9 @@

# $Id: Portfile,v 1.2 2004/12/15 06:25:11 rshaw Exp $ PortSystem 1.0

-PortGroup python 1.0 +PortGroup python24 1.0

name py-py2app

-version 0.1.6 +version 0.2

categories python devel maintainers rshaw@… platforms darwin

@@ -15,5 +15,4 @@

homepage http://undefined.org/python/#py2app master_sites http://undefined.org/python/ distname py2app-${version}

-checksums md5 8542a33bbf299cbdd0d64c2cced6e4f8 - +checksums md5 22eb75fa098ca1925e9eb7ef7d5675b5

Change History (0)

Note: See TracTickets for help on using tickets.