aboutsummaryrefslogtreecommitdiffstats
path: root/www/sitebar
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-04-13 20:26:22 +0800
committerlawrance <lawrance@FreeBSD.org>2005-04-13 20:26:22 +0800
commit6b966873d2a4ef1dc1a9b5e6b5fc886e4cd5a6c5 (patch)
tree7fe367a1bfcc0d9dbae3e3dc6d766d04a7fac1e7 /www/sitebar
parent3c2ceb9c9e1ce0dad82c41a02b7cac1771e8c8cf (diff)
downloadfreebsd-ports-graphics-6b966873d2a4ef1dc1a9b5e6b5fc886e4cd5a6c5.tar.gz
freebsd-ports-graphics-6b966873d2a4ef1dc1a9b5e6b5fc886e4cd5a6c5.tar.zst
freebsd-ports-graphics-6b966873d2a4ef1dc1a9b5e6b5fc886e4cd5a6c5.zip
Update to 3.2.6
Approved by: clement (mentor)
Diffstat (limited to 'www/sitebar')
-rw-r--r--www/sitebar/Makefile18
-rw-r--r--www/sitebar/distinfo4
2 files changed, 9 insertions, 13 deletions
diff --git a/www/sitebar/Makefile b/www/sitebar/Makefile
index 3b8cd55a6b5..15b1d6d72ea 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 b5f1ba612ff..8156d3a6f1c 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