Bug 177929 - graphics/xmlgraphics-commons: Update to version 1.5
Summary: graphics/xmlgraphics-commons: Update to version 1.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 19:10 UTC by tkato432
Modified: 2013-05-15 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2013-04-17 19:10 UTC, tkato432
no flags Details | Diff
graphics_xmlgraphics-commons.diff (1.74 KB, patch)
2013-05-11 19:21 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-17 19:10:07 UTC
- Update to version 1.5
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-17 19:12:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-10 07:33:54 UTC
State Changed
From-To: open->feedback

fails to fetch 
http://po.miwibox.org:1288/bulk/latest-per-pkg/xmlgraphics-commons/1.5/
Comment 3 tkato432 2013-05-11 19:21:28 UTC
Here is the corrected patch.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-15 09:17:25 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-15 09:17:36 UTC
Author: miwi
Date: Wed May 15 08:17:23 2013
New Revision: 318222
URL: http://svnweb.freebsd.org/changeset/ports/318222

Log:
  - Update to 1.5
  
  PR:		177929
  Submitted by:	ports fury

Modified:
  head/graphics/xmlgraphics-commons/Makefile   (contents, props changed)
  head/graphics/xmlgraphics-commons/distinfo   (contents, props changed)

Modified: head/graphics/xmlgraphics-commons/Makefile
==============================================================================
--- head/graphics/xmlgraphics-commons/Makefile	Wed May 15 08:16:10 2013	(r318221)
+++ head/graphics/xmlgraphics-commons/Makefile	Wed May 15 08:17:23 2013	(r318222)
@@ -2,23 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	xmlgraphics-commons
-PORTVERSION=	1.5.r1222519
+PORTVERSION=	1.5
+DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics textproc java
-MASTER_SITES=	http://www.predatorlabs.net/dl/
-EXTRACT_SUFX=	-src.tar.gz
+MASTER_SITES=	APACHE/xmlgraphics/commons/source
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Several reusable components used by Apache Batik and FOP
 
+LICENSE=	AL2
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
-JAVA_BUILD=	yes
-JAVA_RUN=	yes
 USE_ANT=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-1.5svn.jar ${JAVAJARDIR}/${PORTNAME}.jar
+	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
+		${JAVAJARDIR}/${PORTNAME}.jar
 
 .include <bsd.port.mk>

Modified: head/graphics/xmlgraphics-commons/distinfo
==============================================================================
--- head/graphics/xmlgraphics-commons/distinfo	Wed May 15 08:16:10 2013	(r318221)
+++ head/graphics/xmlgraphics-commons/distinfo	Wed May 15 08:17:23 2013	(r318222)
@@ -1,2 +1,2 @@
-SHA256 (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = f1c6f398a04d776f4a898dea1256f9a8a5d9a1aa691cc69e9cfa787b2c0599dd
-SIZE (xmlgraphics-commons-1.5.r1222519-src.tar.gz) = 904422
+SHA256 (xmlgraphics-commons-1.5-src.tar.gz) = f73322f1fafdcf5391d0411a377ac6c566e17536daf64b29f1370d6e718d0867
+SIZE (xmlgraphics-commons-1.5-src.tar.gz) = 2597097
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"