svn commit: r389923 - head/devel/phpbt

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:59:16 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:59:15 2015
New Revision: 389923
URL: https://svnweb.freebsd.org/changeset/ports/389923

Log:
  - Add LICENSE
  - Fix shebangs
  - Cosmetic fixes
  - Add NO_ARCH

Modified:
  head/devel/phpbt/Makefile

Modified: head/devel/phpbt/Makefile
==============================================================================
--- head/devel/phpbt/Makefile	Wed Jun 17 12:57:45 2015	(r389922)
+++ head/devel/phpbt/Makefile	Wed Jun 17 12:59:15 2015	(r389923)
@@ -3,24 +3,30 @@
 
 PORTNAME=	phpbt
 PORTVERSION=	1.0.1
-PORTREVISION=	1
-CATEGORIES?=	devel
+PORTREVISION=	2
+CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Bug-tracking system developed in PHP
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
 
 .if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	ctype pcre posix session tokenizer xml zlib
 .endif
 
-NO_BUILD=	YES
+USES=		shebangfix
+SHEBANG_FILES=	contrib/gnats-to-phpbt.py
+NO_BUILD=	yes
+NO_ARCH=	yes
 PHPBT=		www/data-dist/phpbt
 PLIST_SUB=	PHPBT=${PHPBT} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message
-SUB_LIST+=	PHPBT=${PHPBT}
+SUB_LIST=	PHPBT=${PHPBT}
 
 do-install:
 	-${MKDIR} ${STAGEDIR}${PREFIX}/${PHPBT}


More information about the svn-ports-all mailing list