. 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)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (javax_comm-2_0_2-solsparc.tar.Z) = 00d3920f0587bf07efe52acb6b8ac842
|
||||
MD5 (javax_comm-2_0_3-solsparc.tar.Z) = b8eaa0ab5fa36edfae64194aeacb651b
|
||||
|
||||
Reference in New Issue
Block a user