Skip site navigation (1)Skip section navigation (2)
Date:      30 Sep 2010 13:11:46 -0000
From:      Kevin Golding <ports@caomhin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151113: www/py-django-registration - fix breakage
Message-ID:  <20100930131146.71438.qmail@offa.compliantgroup.com>
Resent-Message-ID: <201009301330.o8UDU6ks089378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100930131146.71438.qmail>