Date: Sun, 5 Jun 2016 17:28:30 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416404 - head/print/jabref Message-ID: <201606051728.u55HSUDV093276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Jun 5 17:28:30 2016 New Revision: 416404 URL: https://svnweb.freebsd.org/changeset/ports/416404 Log: Update to new upstream release 3.4. The upstream maintainer reports "The main focus of this release is improving the grouping functionality of JabRef with various bug fixes and new features." and suggests to see their blog for detailed change explanations: http://www.jabref.org/blog/ Changelog: https://github.com/JabRef/jabref/blob/v3.4/CHANGELOG.md Set NO_ARCH. Simplify MASTER_SITES, and add builds.jabref.org. Modified: head/print/jabref/Makefile head/print/jabref/distinfo head/print/jabref/pkg-descr Modified: head/print/jabref/Makefile ============================================================================== --- head/print/jabref/Makefile Sun Jun 5 16:59:53 2016 (r416403) +++ head/print/jabref/Makefile Sun Jun 5 17:28:30 2016 (r416404) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= jabref -PORTVERSION= 3.3 +PORTVERSION= 3.4 PORTEPOCH= 1 CATEGORIES= print java editors -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/v${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}/ http://builds.jabref.org/ DISTNAME= JabRef-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= # @@ -22,6 +21,7 @@ PORTSCOUT= limit:.*[0-9]$$ USE_JAVA= yes JAVA_VERSION= 1.8+ NO_BUILD= yes +NO_ARCH= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} icon= ${DATADIR}/${PORTNAME}-icon48x48.png Modified: head/print/jabref/distinfo ============================================================================== --- head/print/jabref/distinfo Sun Jun 5 16:59:53 2016 (r416403) +++ head/print/jabref/distinfo Sun Jun 5 17:28:30 2016 (r416404) @@ -1,2 +1,3 @@ -SHA256 (JabRef-3.3.jar) = 4c81e72a8585c800a3d5728f15ed2db425a48e14f08962d393e875721a32baa6 -SIZE (JabRef-3.3.jar) = 24456650 +TIMESTAMP = 1465138243 +SHA256 (JabRef-3.4.jar) = 0dbe96ea837ce35a624ddad65458916dee2245b12985b8612ae18b42429735de +SIZE (JabRef-3.4.jar) = 24390719 Modified: head/print/jabref/pkg-descr ============================================================================== --- head/print/jabref/pkg-descr Sun Jun 5 16:59:53 2016 (r416403) +++ head/print/jabref/pkg-descr Sun Jun 5 17:28:30 2016 (r416404) @@ -13,4 +13,4 @@ Some of its features: o automatically generate BibTeX keys o customize (add your own) BibTeX fields -WWW: http://jabref.sourceforge.net/ +WWW: http://www.jabref.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051728.u55HSUDV093276>