diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-15 17:49:17 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-15 17:49:17 +0000 |
commit | 3db47541fcdbb80c819b8eff2c6731975749bd74 (patch) | |
tree | 6fd3ac8c654ac6cded4f725875e88b891df648ab /net-p2p/frostwire | |
parent | 7e2975a0833f694438074492f181258a3dcfb25e (diff) | |
download | ports-3db47541fcdbb80c819b8eff2c6731975749bd74.tar.gz ports-3db47541fcdbb80c819b8eff2c6731975749bd74.zip |
- Update to version 4.13.4.
PR: ports/119666
Submitted by: Daniel Rucci <dan@rucci.org>
Approved by: alepulver (maintainer, myself)
Notes
Notes:
svn path=/head/; revision=205693
Diffstat (limited to 'net-p2p/frostwire')
-rw-r--r-- | net-p2p/frostwire/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/frostwire/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/frostwire/pkg-plist | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net-p2p/frostwire/Makefile b/net-p2p/frostwire/Makefile index 0cf9d343403c..89bffc4b045c 100644 --- a/net-p2p/frostwire/Makefile +++ b/net-p2p/frostwire/Makefile @@ -6,10 +6,9 @@ # PORTNAME= frostwire -PORTVERSION= 4.13.1.7 -PORTREVISION= 1 +PORTVERSION= 4.13.4 CATEGORIES= net-p2p java -MASTER_SITES= http://station1.peercommons.com/frostwire/4.13.1/ +MASTER_SITES= http://www.frostwire.com/frostwire/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.noarch MAINTAINER= alepulver@FreeBSD.org @@ -18,7 +17,7 @@ COMMENT= A Java based Gnutella and Bittorrent client RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.5+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/.7/.6/} diff --git a/net-p2p/frostwire/distinfo b/net-p2p/frostwire/distinfo index 0699efe0c268..0a336cf812a6 100644 --- a/net-p2p/frostwire/distinfo +++ b/net-p2p/frostwire/distinfo @@ -1,3 +1,3 @@ -MD5 (frostwire-4.13.1.7.noarch.tar.gz) = a644503f4d056d7f196fd13c64689e3b -SHA256 (frostwire-4.13.1.7.noarch.tar.gz) = 057c167e0f87d1f6ed6d2f4b8dd55e7e727c6240b61233a1110e1af19d1cd2f0 -SIZE (frostwire-4.13.1.7.noarch.tar.gz) = 7128560 +MD5 (frostwire-4.13.4.noarch.tar.gz) = e8bfaa395bcd8ab188166cc142c4dd83 +SHA256 (frostwire-4.13.4.noarch.tar.gz) = ea1d0d08a89c5cf8a26571f172ef623198d8b6c7c77b78eeafe9824f326650be +SIZE (frostwire-4.13.4.noarch.tar.gz) = 7929758 diff --git a/net-p2p/frostwire/pkg-plist b/net-p2p/frostwire/pkg-plist index 38ecccc2bd4e..52572f5e8ab8 100644 --- a/net-p2p/frostwire/pkg-plist +++ b/net-p2p/frostwire/pkg-plist @@ -1,5 +1,6 @@ bin/frostwire %%PORTDOCS%%%%DOCSDIR%%/changelog +%%DATADIR%%/EULA.txt %%DATADIR%%/FrostWire.icns %%DATADIR%%/FrostWire.jar %%DATADIR%%/MessagesBundle.properties @@ -16,11 +17,13 @@ bin/frostwire %%DATADIR%%/icu4j.jar %%DATADIR%%/id3v2.jar %%DATADIR%%/irc.jar +%%DATADIR%%/jarbundler-1.9.jar %%DATADIR%%/jcraft.jar %%DATADIR%%/jdic.jar %%DATADIR%%/jdic_stub.jar %%DATADIR%%/jl011.jar %%DATADIR%%/jmdns.jar +%%DATADIR%%/jython.jar %%DATADIR%%/log4j.jar %%DATADIR%%/log4j.properties %%DATADIR%%/looks.jar |