Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 12:59:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367541 - head/www/py-django16
Message-ID:  <201409071259.s87CxZj0071070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 12:59:34 2014
New Revision: 367541
URL: http://svnweb.freebsd.org/changeset/ports/367541
QAT: https://qat.redports.org/buildarchive/r367541/

Log:
  Fix duplicate pkgnames
  
  Pointy hat:	lwhsu

Modified:
  head/www/py-django16/Makefile

Modified: head/www/py-django16/Makefile
==============================================================================
--- head/www/py-django16/Makefile	Sun Sep  7 12:47:10 2014	(r367540)
+++ head/www/py-django16/Makefile	Sun Sep  7 12:59:34 2014	(r367541)
@@ -7,6 +7,7 @@ CATEGORIES=	www python
 MASTER_SITES=	https://www.djangoproject.com/m/releases/${PORTVERSION}/ \
 		CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	16
 DISTNAME=	Django-${PORTVERSION}
 DIST_SUBDIR=	python
 



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