diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-13 12:26:22 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-13 12:26:22 +0000 |
commit | 7d0bcb9ea74f76b1674fbac68e9f1410173dc58c (patch) | |
tree | d6f91f270a1e098a6e9d985a95c126ad9a7f269a /www/sitebar | |
parent | mail/spamd (OpenBSD's pf spamd) is now RCng'ed. (diff) |
Update to 3.2.6
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=133235
Diffstat (limited to 'www/sitebar')
-rw-r--r-- | www/sitebar/Makefile | 18 | ||||
-rw-r--r-- | www/sitebar/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
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 |