[28556] trunk/dports/python/py-crack

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 3 09:02:09 PDT 2007


Revision: 28556
          http://trac.macosforge.org/projects/macports/changeset/28556
Author:   mww at macports.org
Date:     2007-09-03 09:02:09 -0700 (Mon, 03 Sep 2007)

Log Message:
-----------
version 0.5.1

Modified Paths:
--------------
    trunk/dports/python/py-crack/Portfile

Added Paths:
-----------
    trunk/dports/python/py-crack/files/patch-configure

Modified: trunk/dports/python/py-crack/Portfile
===================================================================
--- trunk/dports/python/py-crack/Portfile	2007-09-03 15:13:46 UTC (rev 28555)
+++ trunk/dports/python/py-crack/Portfile	2007-09-03 16:02:09 UTC (rev 28556)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			py-crack
-version			0.5
-revision		1
+version			0.5.1
 categories		python
 platforms		darwin
 maintainers		nomaintainer at macports.org
@@ -12,18 +11,15 @@
 long_description	${description}
 
 homepage		http://www.nongnu.org/python-crack/
-master_sites	gnu:../savannah/files/python-crack/Stable.pkg/${version}/
+master_sites		http://download.savannah.gnu.org/releases/python-crack/
 distname		python-crack-${version}
-checksums		md5 ac76cf42e1d2074305141194883bff15
-patchfiles		patch-_crack.c.in.diff
+checksums		sha1 2bdb430472982340d57d0a8be69bcd03ea7f2a78
+patchfiles		patch-_crack.c.in.diff patch-configure
 
-depends_lib		path:${prefix}/bin/python2.4:python24 \
-				lib:libcrack:cracklib
+depends_lib		port:python24 port:cracklib
 
-configure.env	DEFAULT_DICTPATH=${prefix}/lib/cracklib/pw_dict \
-				CFLAGS=-I${prefix}/include \
-				LDFLAGS=-L${prefix}/lib
+configure.env	DEFAULT_DICTPATH=${prefix}/lib/cracklib/pw_dict
 
-build.env		${configure.env}
+build.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 
 destroot.args	PACKAGE=${name}

Added: trunk/dports/python/py-crack/files/patch-configure
===================================================================
--- trunk/dports/python/py-crack/files/patch-configure	                        (rev 0)
+++ trunk/dports/python/py-crack/files/patch-configure	2007-09-03 16:02:09 UTC (rev 28556)
@@ -0,0 +1,11 @@
+--- configure	2006-04-10 11:10:07.000000000 +0200
++++ configure	2007-09-03 18:04:08.000000000 +0200
+@@ -2911,7 +2911,7 @@
+ 
+ 
+         # Find any Python interpreter.
+-    for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
++    for ac_prog in python2.4 python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070903/c857973e/attachment.html


More information about the macports-changes mailing list