diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-21 11:12:36 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-21 11:12:36 +0800 |
commit | 0d8b6d88fe17a39d5239bf2f20fdc49da726869c (patch) | |
tree | 7dc4c031b494778644b143acaf60ae951bdc0849 /net-p2p/azureus2/Makefile | |
parent | e0e4ab7bc4cf65fd105b2d0ad3004ced2b56f2e0 (diff) | |
download | freebsd-ports-gnome-0d8b6d88fe17a39d5239bf2f20fdc49da726869c.tar.gz freebsd-ports-gnome-0d8b6d88fe17a39d5239bf2f20fdc49da726869c.tar.zst freebsd-ports-gnome-0d8b6d88fe17a39d5239bf2f20fdc49da726869c.zip |
- Downgrade to 2.5.0.4. No PORTEPOCH is required since this port was just
copied from net-p2p/azureus and it's not connected to build yet.
PR: ports/114486
Submitted by: Robert Noland <rnoland at 2hip.net>
Diffstat (limited to 'net-p2p/azureus2/Makefile')
-rw-r--r-- | net-p2p/azureus2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile index 7dfbbbb2f44b..dea58f047bb9 100644 --- a/net-p2p/azureus2/Makefile +++ b/net-p2p/azureus2/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= azureus -PORTVERSION= 3.0.1.6 +PORTNAME= azureus2 +PORTVERSION= 2.5.0.4 CATEGORIES= net-p2p java MASTER_SITES= SF -DISTNAME= Azureus_${PORTVERSION}_source +DISTNAME= azureus_${PORTVERSION}_source MAINTAINER= rnoland@2hip.net COMMENT= A BitTorrent client written in Java @@ -33,7 +33,7 @@ NO_WRKSUBDIR= yes JARFILE= ${PORTNAME}.jar -OPTIONS= SWTDEVEL "Use SWT Development port" on +OPTIONS= SWTDEVEL "Use SWT Development port" off # build classpath from BUILD_DEPENDS MAKE_ENV= LANG=C @@ -52,7 +52,6 @@ SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \ SWT= swt-devel .else SWT= swt -BROKEN= swt-devel is currently required .endif CLASSPATH=. |