Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 11:59:17 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332968 - in head/net-p2p/libtorrent-rasterbar: . files
Message-ID:  <201311061159.rA6BxHns055301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Nov  6 11:59:17 2013
New Revision: 332968
URL: http://svnweb.freebsd.org/changeset/ports/332968

Log:
  - Copy libtorrent-rasterbar from libtorrent-rasterbar-16@r332964
  Original log in r332965 from nemysis:
  
    net-p2p/libtorrent-rasterbar
  
    - Update to 0.16.12
    - Rename from net-p2p/libtorrent-rasterbar-16 to net-p2p/libtorrent-rasterbar
    - Remove conflict with deprecated Port
    - Add pkg-message
    - Support STAGEDIR
  
    net-p2p/libtorrent-rasterbar-python
  
    - Rename from net-p2p/libtorrent-rasterbar-python-16 to net-p2p/libtorrent-rasterbar-python
    - Change comment and MASTERDIR
    - Change dependency to net-p2p/libtorrent-rasterbar
    - Add SLAVE_PORT=yes

Added:
  head/net-p2p/libtorrent-rasterbar/
     - copied from r332964, head/net-p2p/libtorrent-rasterbar-16/
  head/net-p2p/libtorrent-rasterbar/files/
  head/net-p2p/libtorrent-rasterbar/files/pkg-message.in   (contents, props changed)
Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile
  head/net-p2p/libtorrent-rasterbar/distinfo
  head/net-p2p/libtorrent-rasterbar/pkg-plist

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile	Wed Nov  6 11:33:13 2013	(r332964)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Wed Nov  6 11:59:17 2013	(r332968)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtorrent-rasterbar
-PORTVERSION=	0.16.11
+PORTVERSION=	0.16.12
 CATEGORIES?=	net-p2p ipv6
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	libtorrent
@@ -20,9 +20,6 @@ USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-CONFLICTS+=	libtorrent-rasterbar-0.1[45789].*
-NO_LATEST_LINK=	yes
-
 CONFIGURE_ARGS+=	--disable-debug \
 		--disable-static \
 		--enable-dht \
@@ -36,6 +33,8 @@ CONFIGURE_ARGS+=	--disable-debug \
 		--with-libiconv \
 		--with-openssl=${OPENSSLBASE}
 
+SUB_FILES=	pkg-message
+
 PORTDOCS=	*
 
 DOCSRCDIR1=	${WRKSRC}
@@ -49,9 +48,6 @@ PORTEXAMPLES=	*.cpp
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON)
 CONFIGURE_ARGS+=	--enable-python-binding \
 			--with-boost-python=boost_python
@@ -64,15 +60,12 @@ post-patch:
 		${WRKSRC}/Jamfile
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR}
-	@${MKDIR} ${DOCSDIR2}
-	${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR2}
+	${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
+
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/net-p2p/libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/distinfo	Wed Nov  6 11:33:13 2013	(r332964)
+++ head/net-p2p/libtorrent-rasterbar/distinfo	Wed Nov  6 11:59:17 2013	(r332968)
@@ -1,2 +1,2 @@
-SHA256 (libtorrent-rasterbar-0.16.11.tar.gz) = 09dc00f8ab9c90327cdfa46c4a68b59ebd3a949c8bfb641b4a99e974d49ad2e5
-SIZE (libtorrent-rasterbar-0.16.11.tar.gz) = 2989445
+SHA256 (libtorrent-rasterbar-0.16.12.tar.gz) = e8b1cb35d4642e77ac2ab0c73773455c1d0c517cae42060d657da4463eec5668
+SIZE (libtorrent-rasterbar-0.16.12.tar.gz) = 3002825

Added: head/net-p2p/libtorrent-rasterbar/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/libtorrent-rasterbar/files/pkg-message.in	Wed Nov  6 11:59:17 2013	(r332968)
@@ -0,0 +1,9 @@
+===============================================================================
+
+libtorrent-rasterbar has been installed.
+
+When you have problems please reinstall
+
+devel/boost-libs
+
+===============================================================================

Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/pkg-plist	Wed Nov  6 11:33:13 2013	(r332964)
+++ head/net-p2p/libtorrent-rasterbar/pkg-plist	Wed Nov  6 11:59:17 2013	(r332968)
@@ -137,7 +137,7 @@ lib/libtorrent-rasterbar.la
 lib/libtorrent-rasterbar.so
 lib/libtorrent-rasterbar.so.7
 libdata/pkgconfig/libtorrent-rasterbar.pc
-@dirrm include/libtorrent/aux_
-@dirrm include/libtorrent/extensions
 @dirrm include/libtorrent/kademlia
+@dirrm include/libtorrent/extensions
+@dirrm include/libtorrent/aux_
 @dirrm include/libtorrent



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