summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-03-30 15:42:11 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-03-30 15:42:11 +0000
commit268b4bf864765e7fe46d020d95a1429d1a777ad7 (patch)
treea135c08865e36db4622debfe00c126c46ca12f7c /java
parento Developer has once again updated the distfile without version (diff)
. Unbreak by updating to 1.2.2.
Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=132122
Diffstat (limited to 'java')
-rw-r--r--java/jcalendar/Makefile11
-rw-r--r--java/jcalendar/distinfo4
2 files changed, 7 insertions, 8 deletions
diff --git a/java/jcalendar/Makefile b/java/jcalendar/Makefile
index 91e595a2a29b..c21d65e41e7c 100644
--- a/java/jcalendar/Makefile
+++ b/java/jcalendar/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= jcalendar
-PORTVERSION= 1.1.4
+PORTVERSION= 1.2.2
CATEGORIES= java
MASTER_SITES= http://www.toedter.com/download/
DISTNAME= ${PORTNAME}
@@ -15,26 +15,25 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java Date Chooser
-BROKEN= Size mismatch
-
USE_ZIP= yes
USE_JAVA= yes
+JAVA_VERSION= 1.4+
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
- %%JAVAJARDIR%%/kunststoff.jar
+ %%JAVAJARDIR%%/looks-${PORTVERSION}.jar
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
do-install:
-.for file in jcalendar.jar kunststoff.jar
+.for file in jcalendar.jar looks-${PORTVERSION}.jar
${INSTALL_DATA} ${WRKSRC}/lib/${file} ${JAVAJARDIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/java/jcalendar/distinfo b/java/jcalendar/distinfo
index 3925c2eac02f..7c62b08e92d4 100644
--- a/java/jcalendar/distinfo
+++ b/java/jcalendar/distinfo
@@ -1,2 +1,2 @@
-MD5 (jcalendar.zip) = 9e5b1b9e270b52cc3ca1f3870ce28a14
-SIZE (jcalendar.zip) = 243739
+MD5 (jcalendar.zip) = bb22d4a2a9650eab57a3014f9d7736dc
+SIZE (jcalendar.zip) = 603492