aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-18 03:09:41 +0800
committerrafan <rafan@FreeBSD.org>2006-08-18 03:09:41 +0800
commit9e5531c4d7b3dd98f068e7fd85d6c469796fd1ff (patch)
tree0eb17d203d1e08fbbeb6ddce84f8382bd504e4bc
parenta75ba09ac22fcf117329f2d5c9b110ea7f59c561 (diff)
downloadfreebsd-ports-gnome-9e5531c4d7b3dd98f068e7fd85d6c469796fd1ff.tar.gz
freebsd-ports-gnome-9e5531c4d7b3dd98f068e7fd85d6c469796fd1ff.tar.zst
freebsd-ports-gnome-9e5531c4d7b3dd98f068e7fd85d6c469796fd1ff.zip
- Update to 1.1.1
- Examples files go to EXAMPLESDIR instead of DATADIR - All documentations in DOCSDIR PR: ports/102159 Submitted by: Neil Darlow <neil at darlow.co.uk>
-rw-r--r--www/xaraya/Makefile17
-rw-r--r--www/xaraya/distinfo6
2 files changed, 10 insertions, 13 deletions
diff --git a/www/xaraya/Makefile b/www/xaraya/Makefile
index e13a30277b14..c950cd650b47 100644
--- a/www/xaraya/Makefile
+++ b/www/xaraya/Makefile
@@ -8,11 +8,11 @@
# extension would be used by default.
PORTNAME= xaraya
-PORTVERSION= 1.0.0r3
+PORTVERSION= 1.1.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-1.0.0-rc3-base
+DISTNAME= ${PORTNAME}-${PORTVERSION}-base
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework to create fully dynamic Content Mangement Solutions
@@ -22,9 +22,8 @@ USE_PHP= pgsql
.else
USE_PHP= mysql
.endif
-IGNORE_WITH_PHP= 5
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.0-rc3
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
# May user to override this
XARAYADIR?= www/xaraya
@@ -36,15 +35,13 @@ do-install:
${MKDIR} ${PREFIX}/${XARAYADIR}
${CP} -r ${WRKSRC}/html/* ${PREFIX}/${XARAYADIR}
.if !defined(NOTOOLS)
- ${MKDIR} ${DATADIR}
- ${CP} -r ${WRKSRC}/tools ${DATADIR}
+ ${MKDIR} ${EXAMPLESDIR}
+ ${CP} -r ${WRKSRC}/tools/* ${EXAMPLESDIR}
.endif
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${XARAYADIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}
- ${CP} ${WRKSRC}/INSTALL.txt ${WRKSRC}/LICENSE.txt \
- ${WRKSRC}/CREDITS.txt ${DOCSDIR}
.endif
# Create plist
@@ -69,9 +66,9 @@ post-install:
${SORT} -r >> ${TMPPLIST}
.endif
.if !defined(NOTOOLS)
- @${FIND} ${DATADIR} ! -type d | ${SED} -e \
+ @${FIND} ${EXAMPLESDIR} ! -type d | ${SED} -e \
's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SED} -e \
+ @${FIND} ${EXAMPLESDIR} -type d | ${SED} -e \
's,^${PREFIX}/,@dirrm ,' | \
${SORT} -r >> ${TMPPLIST}
.endif
diff --git a/www/xaraya/distinfo b/www/xaraya/distinfo
index 74a3607f6aee..bfebe7b5e84b 100644
--- a/www/xaraya/distinfo
+++ b/www/xaraya/distinfo
@@ -1,3 +1,3 @@
-MD5 (xaraya-1.0.0-rc3-base.tar.gz) = 8c5c68588972c0738e6ec717b04dabd9
-SHA256 (xaraya-1.0.0-rc3-base.tar.gz) = 337ba4ecb3a38c3c385a0906651e16e2f498425c23b405b7f6d7834f4f79a434
-SIZE (xaraya-1.0.0-rc3-base.tar.gz) = 4283144
+MD5 (xaraya-1.1.1-base.tar.gz) = 76c8ad84ef20f714ed2e827f0a16bc00
+SHA256 (xaraya-1.1.1-base.tar.gz) = 84864a7cea794e6735d22f54071974eb6fa871108edcc968ad939f247d041079
+SIZE (xaraya-1.1.1-base.tar.gz) = 4753639