pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Clean and take maintainership.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Fri Mar 4 10:44:50 2016 +0100
Changeset:	faebfe454de0b89c504b441a15234f870d0315ef

Modified Files:
	libphutil/Makefile

Log Message:
Clean and take maintainership.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=faebfe454de0b89c504b441a15234f870d0315ef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libphutil/Makefile | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diffs:
diff --git a/libphutil/Makefile b/libphutil/Makefile
index 643e76a..224748a 100644
--- a/libphutil/Makefile
+++ b/libphutil/Makefile
@@ -6,15 +6,12 @@ CATEGORIES=		devel
 GIT_REPOSITORIES=	libphutil
 GIT_REPO.libphutil=	https://github.com/phacility/libphutil.git
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	${MASTER_SITE_GITHUB:=phacility/libphutil/}
-COMMENT=	Collection of utility classes and functions for PHP
-LICENSE=	apache-2.0
+MAINTAINER=		youri%NetBSD.org@localhost
+HOMEPAGE=		${MASTER_SITE_GITHUB:=phacility/libphutil/}
+COMMENT=		Collection of utility classes and functions for PHP
+LICENSE=		apache-2.0
 
-WRKSRC=		${WRKDIR}/libphutil
-
-#DEPENDS=	${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
-#DEPENDS=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+WRKSRC=			${WRKDIR}/libphutil
 
 SUBST_CLASSES+=		php
 SUBST_MESSAGE.php=	Fixing PHP path
@@ -51,11 +48,11 @@ SUBST_FILES.php+=	bin/aws-s3
 SUBST_FILES.php+=	scripts/utils/aws-s3.php
 SUBST_SED.php=		-e 's,/usr/bin/env php,${PREFIX}/bin/php,'
 
-NO_BUILD=	yes
+NO_BUILD=		yes
 
-LIBPHUTILDIR=	${PREFIX}/share/libphutil
+LIBPHUTILDIR=		${PREFIX}/share/libphutil
 
-AUTO_MKDIRS=	yes
+AUTO_MKDIRS=		yes
 
 do-install:
 	${RUN} cp -r ${WRKSRC}/* ${DESTDIR}${LIBPHUTILDIR}


Home | Main Index | Thread Index | Old Index