mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
. Unbreak by updating to 1.2.2.
Approved by: portmgr (krion)
This commit is contained in:
parent
2bcd912069
commit
268b4bf864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132122
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (jcalendar.zip) = 9e5b1b9e270b52cc3ca1f3870ce28a14
|
||||
SIZE (jcalendar.zip) = 243739
|
||||
MD5 (jcalendar.zip) = bb22d4a2a9650eab57a3014f9d7736dc
|
||||
SIZE (jcalendar.zip) = 603492
|
||||
|
Loading…
Reference in New Issue
Block a user