Bug 178641 - emulators/javatari update
Summary: emulators/javatari update
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 19:30 UTC by Danilo Egêa Gondolfo
Modified: 2013-05-16 20:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.24 KB, patch)
2013-05-14 19:30 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-05-14 19:30:01 UTC
emulators/javatari update from 3.20 to 3.30 and small changes in Makefile.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-14 19:30:20 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-14 19:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-05-16 20:42:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-16 20:47:04 UTC
Author: bdrewery
Date: Thu May 16 19:46:52 2013
New Revision: 318330
URL: http://svnweb.freebsd.org/changeset/ports/318330

Log:
  - Update to 3.30
  
  PR:		ports/178641
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)

Modified:
  head/emulators/javatari/Makefile
  head/emulators/javatari/distinfo

Modified: head/emulators/javatari/Makefile
==============================================================================
--- head/emulators/javatari/Makefile	Thu May 16 19:41:06 2013	(r318329)
+++ head/emulators/javatari/Makefile	Thu May 16 19:46:52 2013	(r318330)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	javatari
-PORTVERSION=	3.20
+PORTVERSION=	3.30
 CATEGORIES=	emulators java
 MASTER_SITES=	http://javatari.org/files/
-DISTNAME=	${PORTNAME}320
+DISTNAME=	${PORTNAME}330
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
@@ -16,11 +16,11 @@ EXTRACT_DEPENDS=	${UNZIP_CMD}:${PORTSDIR
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
-PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}320.jar \
+PLIST_FILES=	%%JAVAJARDIR%%/${DISTNAME}${EXTRACT_SUFX} \
 				bin/javatari
 SUB_FILES=	javatari
 SUB_LIST+=	JARFILE="${JARFILE}"
-JARFILE=	${PORTNAME}320.jar
+JARFILE=	${DISTNAME}${EXTRACT_SUFX}
 
 DESKTOP_ENTRIES=	"Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE}
 PLIST_FILES+=	share/pixmaps/${PORTNAME}.png

Modified: head/emulators/javatari/distinfo
==============================================================================
--- head/emulators/javatari/distinfo	Thu May 16 19:41:06 2013	(r318329)
+++ head/emulators/javatari/distinfo	Thu May 16 19:46:52 2013	(r318330)
@@ -1,2 +1,2 @@
-SHA256 (javatari320.jar) = 5588ea7e7c5752ea81fbddcdd952d33b8d345d1715858b0c52046d99e705dc81
-SIZE (javatari320.jar) = 947296
+SHA256 (javatari330.jar) = 1786ac3c840a3048da5858f5942ca894eda8d0a73fd018c534b8f4c4806cc404
+SIZE (javatari330.jar) = 932271
_______________________________________________
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"