From c3d97bdb5c5335e0753aa5c78d74b7b5fb2e0dd7 Mon Sep 17 00:00:00 2001 From: glewis Date: Wed, 11 Jun 2003 14:48:00 +0000 Subject: . 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 (maintainer) --- comms/java-commapi/Makefile | 8 ++++---- comms/java-commapi/distinfo | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'comms') diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index e2f413efc311..b5a2789054fa 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 .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: diff --git a/comms/java-commapi/distinfo b/comms/java-commapi/distinfo index 40e95e0c05ea..cd5f48edcaa3 100644 --- a/comms/java-commapi/distinfo +++ b/comms/java-commapi/distinfo @@ -1 +1 @@ -MD5 (javax_comm-2_0_2-solsparc.tar.Z) = 00d3920f0587bf07efe52acb6b8ac842 +MD5 (javax_comm-2_0_3-solsparc.tar.Z) = b8eaa0ab5fa36edfae64194aeacb651b -- cgit