Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2017 18:31:02 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438791 - head/www/py-django111
Message-ID:  <201704181831.v3IIV2Ei033023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Apr 18 18:31:02 2017
New Revision: 438791
URL: https://svnweb.freebsd.org/changeset/ports/438791

Log:
  - Fix shebangs

Modified:
  head/www/py-django111/Makefile

Modified: head/www/py-django111/Makefile
==============================================================================
--- head/www/py-django111/Makefile	Tue Apr 18 18:29:08 2017	(r438790)
+++ head/www/py-django111/Makefile	Tue Apr 18 18:31:02 2017	(r438791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP \
 		https://www.djangoproject.com/m/releases/${PORTVERSION}/
@@ -18,8 +19,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		cpe python
+USES=		cpe python shebangfix
 USE_PYTHON=	autoplist distutils
+SHEBANG_FILES=	django/conf/project_template/manage.py-tpl \
+		django/bin/django-admin.py
 
 CONFLICTS_INSTALL=	py??-django-devel-* py??-django1[689]-* py??-django110-*
 CPE_VENDOR=		djangoproject



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