aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/stackless_python/Makefile10
-rw-r--r--lang/stackless_python/distinfo2
2 files changed, 8 insertions, 4 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index 115bc18009a4..15db1c4361e2 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -12,23 +12,27 @@ CATEGORIES= lang python
MASTER_SITES= #
PKGNAMEPREFIX= stackless_
-PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITES= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~perky/distfiles/
PATCH_SITE_SUBDIR= perky
-PATCHFILES= stackless-${CVSDATE}.diff.gz
+PATCHFILES= stackless-${CVSDATE}.diff.bz2
PATCH_DIST_STRIP= -p1
MAINTAINER= perky@FreeBSD.org
ONLY_FOR_ARCHS= i386 powerpc
-CVSDATE= 020701
+CVSDATE= 020918
MASTERDIR= ${.CURDIR}/../../lang/python
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
+PLIST= ${WRKDIR}/pkg-plist
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
@${RM} -rf ${WRKSRC}/Demo/extend
+ @${ECHO} "lib/%%PYTHON_VERSION%%/lib-dynload/stackless.so" >${PLIST}
+ @${CAT} ${MASTERDIR}/pkg-plist >>${PLIST}
.include "${MASTERDIR}/Makefile"
diff --git a/lang/stackless_python/distinfo b/lang/stackless_python/distinfo
index b6550d927dd0..7fd2bc3c6a26 100644
--- a/lang/stackless_python/distinfo
+++ b/lang/stackless_python/distinfo
@@ -1,2 +1,2 @@
MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3
-MD5 (python/stackless-020701.diff.gz) = ae12e16a57d80b7b49350b0c23376e8d
+MD5 (python/stackless-020918.diff.bz2) = e6706366cbeb563ae52c6d1830f175ef
lass='insertions'>+2 * Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-1/+2 * Update to 0.6.2.knu2002-04-274-81/+90 * Remove obsolete pkg-message.knu2001-09-262-6/+0 * Bump the PORTREVISION's of the ports which install architectureknu2001-09-181-1/+1 * Properly run-depend on ruby-uconv.knu2001-07-221-1/+2 * Use expat2 (1.95.1) rather than expat (1.2).knu2001-03-102-17/+2 * Add %%PORTDOCS%%.knu2001-02-101-60/+60 * Update MASTER_SITES and WWW.knu2001-02-082-4/+2 * Update the expat dependency from expat (1.2) to expat2 (1.95.1).knu2000-10-261-1/+2 * Update to 0.6.1, which now supports expat 1.2 and 1.95.knu2000-10-164-30/+34 * Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1 * Fix Perl 5.6 centric depends. (mach -> ${PERL_ARCH})knu2000-09-151-1/+2 * Update with bsd.ruby.mk. :>knu2000-09-072-86/+79 * Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1 * Do The Right Thing. (R)knu2000-08-132-4/+5 * MASTER_SITE_LOCAL'ize because www.bekkoame.ne.jp is found to beknu2000-08-111-1/+3