diff options
author | thierry <thierry@FreeBSD.org> | 2006-05-04 03:59:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-05-04 03:59:01 +0800 |
commit | 15c3549c7cf5aadd518f637533cb2d3116c2cb44 (patch) | |
tree | 549de032ee0c3acfad1084f13e6837bc1df15814 /databases/adstudio/Makefile | |
parent | 26a52e59ddc4dfdddf78a6248dbbc8a00fa2ecdd (diff) | |
download | freebsd-ports-gnome-15c3549c7cf5aadd518f637533cb2d3116c2cb44.tar.gz freebsd-ports-gnome-15c3549c7cf5aadd518f637533cb2d3116c2cb44.tar.zst freebsd-ports-gnome-15c3549c7cf5aadd518f637533cb2d3116c2cb44.zip |
Upgrade to v. 4.7.2.
Diffstat (limited to 'databases/adstudio/Makefile')
-rw-r--r-- | databases/adstudio/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/adstudio/Makefile b/databases/adstudio/Makefile index c6df5abf139e..8fb08a23567d 100644 --- a/databases/adstudio/Makefile +++ b/databases/adstudio/Makefile @@ -6,24 +6,22 @@ # PORTNAME= adstudio -PORTVERSION= 4.5.2 -PORTREVISION= 1 +PORTVERSION= 4.7.2 CATEGORIES= databases devel java -MASTER_SITES= http://aquafold.fileburst.com/download/linux/ -DISTNAME= ${PORTNAME}-novm -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} +MASTER_SITES= http://download.aquafold.com/download/v${PORTVERSION}/java/ +DISTNAME= ads-java-novm-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= A database query and administration tool RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= yes -USE_REINPLACE= yes -RESTRICTED= "See <http://www.aquafold.com/licensing.html>" +RESTRICTED= See <http://www.aquafold.com/licensing.html> NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/datastudio |