Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 13:46:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348546 - head/net-p2p/unworkable
Message-ID:  <201403181346.s2IDkgMe064817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Mar 18 13:46:42 2014
New Revision: 348546
URL: http://svnweb.freebsd.org/changeset/ports/348546
QAT: https://qat.redports.org/buildarchive/r348546/

Log:
  Support staging and update MASTER_SITES, use GOOGLE_CODE, other site disappeared
  as well as WWW.

Modified:
  head/net-p2p/unworkable/Makefile
  head/net-p2p/unworkable/pkg-descr

Modified: head/net-p2p/unworkable/Makefile
==============================================================================
--- head/net-p2p/unworkable/Makefile	Tue Mar 18 13:35:58 2014	(r348545)
+++ head/net-p2p/unworkable/Makefile	Tue Mar 18 13:46:42 2014	(r348546)
@@ -4,29 +4,27 @@
 PORTNAME=	unworkable
 PORTVERSION=	0.53
 CATEGORIES=	net-p2p
-MASTER_SITES=	http://p2presearch.com/unworkable/dist/\
-		http://unworkable.googlecode.com/files/
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	A Free BitTorrent Implementation
 
-LIB_DEPENDS=	event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 USE_SCONS=	yes
 USE_OPENSSL=	yes
+
 SCONS_BUILDENV=	${SCONS_ENV}
 WRKSRC=		${WRKDIR}/${PORTNAME}
-PLIST_FILES=	bin/unworkable
 
-MAN1=	unworkable.1
+PLIST_FILES=	bin/unworkable man/man1/unworkable.1.gz
 
-NO_STAGE=	yes
 post-extract:
 	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
 		${WRKSRC}/SConstruct
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${MANPREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/net-p2p/unworkable/pkg-descr
==============================================================================
--- head/net-p2p/unworkable/pkg-descr	Tue Mar 18 13:35:58 2014	(r348545)
+++ head/net-p2p/unworkable/pkg-descr	Tue Mar 18 13:46:42 2014	(r348546)
@@ -11,4 +11,4 @@ However, it is usable for some basic thi
 source code is quite minimal(4,000 lines of C compared
 to rTorrent's 40,000+ of C++).
 
-WWW: http://p2presearch.com/unworkable/
+WWW: https://code.google.com/p/unworkable/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403181346.s2IDkgMe064817>