ports/151113: www/py-django-registration - fix breakage
Kevin Golding
ports at caomhin.org
Thu Sep 30 13:30:07 UTC 2010
>Number: 151113
>Category: ports
>Synopsis: www/py-django-registration - fix breakage
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 30 13:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Kevin Golding
>Release: FreeBSD 7.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD offa.compliantgroup.com 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #1: Fri Aug 6 10:17:14 UTC 2010 kgolding at offa.compliantgroup.com:/usr/obj/usr/src/sys/OFFA amd64
>Description:
BitBucket appear to have changed a meta file making the distfile change. New distinfo fixes that, plus added DIST_SUBDIR to make port tidier with such generic naming.
>How-To-Repeat:
cd /usr/ports/www/py-django-resgistration && make extract
>Fix:
--- pyd-reg.patch begins here ---
diff -urN py-django-registration-orig/Makefile py-django-registration/Makefile
--- py-django-registration-orig/Makefile 2010-09-30 12:59:58.000000000 +0000
+++ py-django-registration/Makefile 2010-09-30 13:00:46.000000000 +0000
@@ -11,6 +11,7 @@
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= v${PORTVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports at caomhin.org
COMMENT= A user-registration application for Django.
diff -urN py-django-registration-orig/distinfo py-django-registration/distinfo
--- py-django-registration-orig/distinfo 2010-09-30 12:59:58.000000000 +0000
+++ py-django-registration/distinfo 2010-09-30 13:00:50.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (v0.7.tar.gz) = 38a2b67eb89dc9eaf9a946a9e55423f4
-SHA256 (v0.7.tar.gz) = e8c64e4a5d161f328ed16e8ff17cb5bb4bcc38d2a6aaa128babbba0b7ae70e9a
-SIZE (v0.7.tar.gz) = 36016
+MD5 (django-registration/v0.7.tar.gz) = 08a5a4c7736b9ab41507a82805a961f4
+SHA256 (django-registration/v0.7.tar.gz) = 455d1a2f1705c6f3b3a28ecf8901390f4b790de75b7e6945181d28170d05d52c
+SIZE (django-registration/v0.7.tar.gz) = 36038
--- pyd-reg.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list