summaryrefslogtreecommitdiffstats
path: root/comms/java-commapi/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-06-11 14:48:00 +0000
committerglewis <glewis@FreeBSD.org>2003-06-11 14:48:00 +0000
commitc3d97bdb5c5335e0753aa5c78d74b7b5fb2e0dd7 (patch)
tree3cd6388fe370e31373a5d275b7f621de510df94e /comms/java-commapi/Makefile
parent71b7c05ea93c7a8fb7e9775c80bff4c58bcc966f (diff)
downloadFreeBSD-ports-c3d97bdb5c5335e0753aa5c78d74b7b5fb2e0dd7.zip
FreeBSD-ports-c3d97bdb5c5335e0753aa5c78d74b7b5fb2e0dd7.tar.gz
. Update to 2.0.3.
. Better download URL. . Match description of download to the download page a little better. . Remove trailing full stop in the IGNORE setting as the ports infrastructure adds one when printing IGNORE. Reviewed by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer)
Diffstat (limited to 'comms/java-commapi/Makefile')
-rw-r--r--comms/java-commapi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile
index e2f413e..b5a2789 100644
--- a/comms/java-commapi/Makefile
+++ b/comms/java-commapi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= java-commapi
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= comms java
MASTER_SITES= #
DISTNAME= javax_comm-${PORTVERSION:S/./_/g}-solsparc
@@ -22,8 +22,8 @@ RESTRICTED= "no commercial use"
NO_BUILD= YES
WRKSRC= ${WRKDIR}/commapi
-DISTDESCR= "the Java Communications API ${PORTVERSION} for Solaris/SPARC archive"
-DOWNLOAD_URL= "http://java.sun.com/Download4?config-file=javacomm-${PORTVERSION:S/./_/g}.config\&platform=solsparc\&button=continue"
+DISTDESCR= "the Java Communications API ${PORTVERSION} for Solaris/SPARC"
+DOWNLOAD_URL= "http://java.sun.com/products/javacomm/"
PORTDESTDIR= ${PREFIX}/jdk1.3.1/jre/lib/ext
DISTFILE= ${DISTNAME}${EXTRACT_SUFX}
DISTPATH= ${DISTDIR}/${DISTFILE}
@@ -35,7 +35,7 @@ IGNORE= "Should be fetched manually"
.include <bsd.port.pre.mk>
.if !exists(${DISTPATH})
-IGNORE=You must manually fetch ${DISTDESCR} (${DISTFILE}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again.
+IGNORE=You must manually fetch ${DISTDESCR} (${DISTFILE}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
do-install:
OpenPOWER on IntegriCloud