FreeBSD Bugzilla – Attachment 140045 Details for
Bug 186492
[UPDATE] devel/jakarta-commons-configuration to v1.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.62 KB, created by
hardy.schumacher
on 2014-02-05 19:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hardy.schumacher
Created:
2014-02-05 19:20:00 UTC
Size:
2.62 KB
patch
obsolete
>diff -ruN /usr/ports/devel/jakarta-commons-configuration/Makefile ./jakarta-commons-configuration/Makefile >--- /usr/ports/devel/jakarta-commons-configuration/Makefile 2014-01-22 18:34:27.000000000 +0100 >+++ ./jakarta-commons-configuration/Makefile 2014-02-05 20:05:21.000000000 +0100 >@@ -2,37 +2,45 @@ > # $FreeBSD: head/devel/jakarta-commons-configuration/Makefile 340722 2014-01-22 17:00:46Z mat $ > > PORTNAME= commons-configuration >-PORTVERSION= 1.3 >-PORTREVISION= 2 >+PORTVERSION= 1.10 > CATEGORIES= devel java > MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES} > MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} > PKGNAMEPREFIX= jakarta- >+DISTNAME= ${PORTNAME}-${PORTVERSION}-bin > > MAINTAINER= hq@FreeBSD.org > COMMENT= Java package for the reading of configuration/preferences files > >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ > RUN_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-commons-beanutils \ > ${JAVALIBDIR}/commons-lang.jar:${PORTSDIR}/java/jakarta-commons-lang \ > ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging > >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ >+OPTIONS_DEFINE= DOCS >+ > USE_JAVA= yes > JAVA_VERSION= 1.6+ > NO_BUILD= yes > >-.if !defined(NOPORTDOCS) >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MDOCS} > PORTDOCS= * > .endif > PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > do-install: >- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar >-.if !defined(NOPORTDOCS) >- cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; >- cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; >+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar >+.if ${PORT_OPTIONS:MDOCS} >+ cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; >+ cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; > .endif > > .include <bsd.port.post.mk> >diff -ruN /usr/ports/devel/jakarta-commons-configuration/distinfo ./jakarta-commons-configuration/distinfo >--- /usr/ports/devel/jakarta-commons-configuration/distinfo 2014-01-22 18:34:27.000000000 +0100 >+++ ./jakarta-commons-configuration/distinfo 2014-02-05 19:55:44.000000000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (commons-configuration-1.3.tar.gz) = 02926591e997ee379c17cdc69766ab63a4ebcefe456698944f19e5da22de783b >-SIZE (commons-configuration-1.3.tar.gz) = 2296537 >+SHA256 (commons-configuration-1.10-bin.tar.gz) = 02ae2071d761a571d4d7e13a79dac2bf1dd8d915227fbcf852f883baa06b1e03 >+SIZE (commons-configuration-1.10-bin.tar.gz) = 3307649
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 186492
: 140045