Index: head/net-p2p/frostwire/Makefile =================================================================== --- head/net-p2p/frostwire/Makefile (revision 205692) +++ head/net-p2p/frostwire/Makefile (revision 205693) @@ -1,43 +1,42 @@ # New ports collection makefile for: frostwire # Date created: 2007-04-20 # Whom: alepulver # # $FreeBSD$ # 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 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/} DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh post-extract: @cd ${WRKSRC} && ${RM} -f *.so *.sh COPYING && \ ${MV} changelog frostwire.desktop .. @${FIND} ${WRKSRC} -type d -name .svn -print0 | ${XARGS} -0 ${RM} -rf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/* ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/changelog ${DOCSDIR} .endif .include Property changes on: head/net-p2p/frostwire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-p2p/frostwire/distinfo =================================================================== --- head/net-p2p/frostwire/distinfo (revision 205692) +++ head/net-p2p/frostwire/distinfo (revision 205693) @@ -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 Property changes on: head/net-p2p/frostwire/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-p2p/frostwire/pkg-plist =================================================================== --- head/net-p2p/frostwire/pkg-plist (revision 205692) +++ head/net-p2p/frostwire/pkg-plist (revision 205693) @@ -1,43 +1,46 @@ bin/frostwire %%PORTDOCS%%%%DOCSDIR%%/changelog +%%DATADIR%%/EULA.txt %%DATADIR%%/FrostWire.icns %%DATADIR%%/FrostWire.jar %%DATADIR%%/MessagesBundle.properties %%DATADIR%%/MessagesBundles.jar %%DATADIR%%/ProgressTabs.jar %%DATADIR%%/clink.jar %%DATADIR%%/commons-httpclient.jar %%DATADIR%%/commons-logging.jar %%DATADIR%%/commons-net.jar %%DATADIR%%/commons-pool.jar %%DATADIR%%/daap.jar %%DATADIR%%/hashes %%DATADIR%%/i18n.jar %%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 %%DATADIR%%/mp3sp14.jar %%DATADIR%%/root/magnet10/badge.img %%DATADIR%%/root/magnet10/canHandle.img %%DATADIR%%/root/magnet10/limewire.gif %%DATADIR%%/root/magnet10/options.js %%DATADIR%%/root/magnet10/silentdetect.js %%DATADIR%%/spacer.gif %%DATADIR%%/themes.jar %%DATADIR%%/tritonus.jar %%DATADIR%%/update.ver %%DATADIR%%/vorbis.jar %%DATADIR%%/xml-apis.jar %%DATADIR%%/xml.war @dirrm %%DATADIR%%/root/magnet10 @dirrm %%DATADIR%%/root @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-p2p/frostwire/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property