From 7d0bcb9ea74f76b1674fbac68e9f1410173dc58c Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Wed, 13 Apr 2005 12:26:22 +0000 Subject: Update to 3.2.6 Approved by: clement (mentor) --- www/sitebar/Makefile | 18 +++++++----------- www/sitebar/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'www/sitebar') diff --git a/www/sitebar/Makefile b/www/sitebar/Makefile index 3b8cd55a6b5a..15b1d6d72ea6 100644 --- a/www/sitebar/Makefile +++ b/www/sitebar/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sitebar -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,22 +16,18 @@ DISTNAME= SiteBar-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Bookmark Server for Personal and Team Use -BROKEN= Size mismatch - USE_BZIP2= yes -USE_PHP= yes +USE_PHP= mysql pcre WANT_PHP_WEB= yes NO_BUILD= yes -DATADIR?= ${PREFIX}/www/${PORTNAME} - -pre-everything:: - @${ECHO_CMD} "***************************************************************" - @${ECHO_CMD} "* Please installs PHP with MySQL extension before using this. *" - @${ECHO_CMD} "***************************************************************" +DATADIR= ${PREFIX}/www/${PORTNAME} do-install: @${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/* ${DATADIR} + @cd ${WRKSRC} && \ + ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; + @cd ${WRKSRC} && \ + ${FIND} . ! -type d -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ diff --git a/www/sitebar/distinfo b/www/sitebar/distinfo index b5f1ba612ff9..8156d3a6f1ce 100644 --- a/www/sitebar/distinfo +++ b/www/sitebar/distinfo @@ -1,2 +1,2 @@ -MD5 (SiteBar-3.2.5.tar.bz2) = 16a37723bb77cf437c0843f80d2a42e1 -SIZE (SiteBar-3.2.5.tar.bz2) = 252327 +MD5 (SiteBar-3.2.6.tar.bz2) = 75b5a681aa7214f435261e1fd54c283e +SIZE (SiteBar-3.2.6.tar.bz2) = 252480 -- cgit v1.2.3