svn commit: r344990 - in head/www: drupal6-content_access drupal6-geshifilter drupal6-google_analytics drupal6-image

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 03:24:44 UTC 2014


Author: miwi
Date: Wed Feb 19 03:24:42 2014
New Revision: 344990
URL: http://svnweb.freebsd.org/changeset/ports/344990
QAT: https://qat.redports.org/buildarchive/r344990/

Log:
  - Stage support

Modified:
  head/www/drupal6-content_access/Makefile
  head/www/drupal6-geshifilter/Makefile
  head/www/drupal6-google_analytics/Makefile
  head/www/drupal6-image/Makefile

Modified: head/www/drupal6-content_access/Makefile
==============================================================================
--- head/www/drupal6-content_access/Makefile	Wed Feb 19 03:23:24 2014	(r344989)
+++ head/www/drupal6-content_access/Makefile	Wed Feb 19 03:24:42 2014	(r344990)
@@ -29,5 +29,4 @@ MODULE_FILES=	tests/content_access.test 
 
 DOC_FILES=	README.txt UPGRADE.txt LICENSE.txt
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/drupal6-geshifilter/Makefile
==============================================================================
--- head/www/drupal6-geshifilter/Makefile	Wed Feb 19 03:23:24 2014	(r344989)
+++ head/www/drupal6-geshifilter/Makefile	Wed Feb 19 03:24:42 2014	(r344990)
@@ -31,14 +31,8 @@ MODULE_FILES=	geshi-extra/drupal5.php ge
 DOC_DIRS=	geshi-extra
 DOC_FILES=	LICENSE.txt README.txt geshi-extra/README
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e's|%%LOCALBASE%%|${LOCALBASE}|g' \
 	    ${WRKSRC}/geshifilter.inc
 
-post-install:
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
-
 .include <bsd.port.mk>

Modified: head/www/drupal6-google_analytics/Makefile
==============================================================================
--- head/www/drupal6-google_analytics/Makefile	Wed Feb 19 03:23:24 2014	(r344989)
+++ head/www/drupal6-google_analytics/Makefile	Wed Feb 19 03:24:42 2014	(r344990)
@@ -16,5 +16,4 @@ MODULE_FILES=	googleanalytics.admin.inc 
 
 DOC_FILES=	LICENSE.txt README.txt
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/drupal6-image/Makefile
==============================================================================
--- head/www/drupal6-image/Makefile	Wed Feb 19 03:23:24 2014	(r344989)
+++ head/www/drupal6-image/Makefile	Wed Feb 19 03:24:42 2014	(r344990)
@@ -148,5 +148,4 @@ MODULE_FILES=	contrib/image_attach/tests
 
 DOC_FILES=	LICENSE.txt CHANGELOG.txt INSTALL.txt README.txt
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list