ports/111138: maintainer update: drupal5

Nick Hilliard nick at foobar.org
Mon Apr 2 15:40:01 UTC 2007


>Number:         111138
>Category:       ports
>Synopsis:       maintainer update: drupal5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 02 15:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Network Ability Ltd
>Environment:
System: FreeBSD xx 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 17 11:38:53 IST 2006 nick at xxx:/data/src/usr.src/src-6.1/src/sys/i386/compile/xxx i386

>Description:

maintainer update for drupal5 to deal with drupal5 module installation issues.

>How-To-Repeat:
>Fix:

diff -ur drupal5.orig/Makefile drupal5/Makefile
--- drupal5.orig/Makefile	Mon Apr  2 15:08:11 2007
+++ drupal5/Makefile	Mon Apr  2 15:14:53 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	drupal5
 PORTVERSION=	5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.osuosl.org/pub/drupal/files/projects/
 DISTNAME=	drupal-${PORTVERSION}
@@ -63,11 +63,11 @@
 	@if [ ! -f ${DRUPAL_DIR}/sites/default/settings.php ]; then \
 		${CP} -p ${DRUPAL_DIR}/sites/default/settings.php-dist ${DRUPAL_DIR}/sites/default/settings.php ; \
 	fi
-	${MKDIR} ${DRUPAL_DIR}/sites/all/modules
-	${MKDIR} ${DRUPAL_DIR}/sites/all/themes
 	${CP} -R ${WRKSRC}/themes ${DRUPAL_DIR}
 	${CP} ${WRKSRC}/update.php ${DRUPAL_DIR}
 	${CP} ${WRKSRC}/xmlrpc.php ${DRUPAL_DIR}
+	${MKDIR} ${DRUPAL_DIR}/sites/all/modules ${DRUPAL_DIR}/sites/all/themes
+	${TOUCH} ${DRUPAL_DIR}/sites/all/modules/.keepme ${DRUPAL_DIR}/sites/all/themes/.keepme
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${CP} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
diff -ur drupal5.orig/pkg-plist drupal5/pkg-plist
--- drupal5.orig/pkg-plist	Mon Apr  2 15:08:11 2007
+++ drupal5/pkg-plist	Mon Apr  2 15:11:15 2007
@@ -180,6 +180,8 @@
 %%DRUPAL_BASE%%/scripts/cron-curl.sh
 %%DRUPAL_BASE%%/scripts/cron-lynx.sh
 %%DRUPAL_BASE%%/sites/all/README.txt
+%%DRUPAL_BASE%%/sites/all/modules/.keepme
+%%DRUPAL_BASE%%/sites/all/themes/.keepme
 %%DRUPAL_BASE%%/sites/default/settings.php
 %%DRUPAL_BASE%%/sites/default/settings.php-dist
 %%DRUPAL_BASE%%/themes/bluemarine/block.tpl.php
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list