Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 21:49:51 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343544 - head/net/rsplib
Message-ID:  <201402092149.s19LnpD3043833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Feb  9 21:49:51 2014
New Revision: 343544
URL: http://svnweb.freebsd.org/changeset/ports/343544
QAT: https://qat.redports.org/buildarchive/r343544/

Log:
  - update to 3.0.2
  
  while here:
  - add stage support
  - convert USE_GMAKE to USES
  
  PR:		186527
  Submitted by:	Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)

Modified:
  head/net/rsplib/Makefile
  head/net/rsplib/distinfo
  head/net/rsplib/pkg-descr
  head/net/rsplib/pkg-plist

Modified: head/net/rsplib/Makefile
==============================================================================
--- head/net/rsplib/Makefile	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/net/rsplib/Makefile	Sun Feb  9 21:49:51 2014	(r343544)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	rsplib
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	net
-MASTER_SITES=	http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Downloads/ \
-		http://www.exp-math.uni-essen.de/~dreibh/rserpool/
+MASTER_SITES=	http://www.exp-math.uni-essen.de/~dreibh/rserpool/download/
 
 MAINTAINER=	dreibh@iem.uni-due.de
 COMMENT=	RSerPool Framework and Example Applications
@@ -13,28 +12,11 @@ COMMENT=	RSerPool Framework and Example 
 LICENSE=	GPLv3
 
 USE_QT4=	gui xml moc_build
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-maintainer-mode \
 		--enable-qt --with-qt-lib=${QT_LIBDIR} \
 		--with-qt-include=${QT_INCDIR}
 USE_LDCONFIG=	yes
 
-MAN1=		calcappclient.1 \
-		cspmonitor.1 \
-		fractalpooluser.1 \
-		hsdump.1 \
-		pingpongclient.1 \
-		registrar.1 \
-		rspregistrar.1 \
-		rspserver.1 \
-		rspterminal.1 \
-		scriptingclient.1 \
-		scriptingcontrol.1 \
-		scriptingserviceexample.1 \
-		server.1 \
-		terminal.1
-
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/rsplib/distinfo
==============================================================================
--- head/net/rsplib/distinfo	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/net/rsplib/distinfo	Sun Feb  9 21:49:51 2014	(r343544)
@@ -1,2 +1,2 @@
-SHA256 (rsplib-3.0.1.tar.gz) = 0bf288da2e558b20020003825e26425392418b746e294bf2a4e76a0f796c8c6b
-SIZE (rsplib-3.0.1.tar.gz) = 1043703
+SHA256 (rsplib-3.0.2.tar.gz) = aa9c9035739d7096b6ccabf92c15e67ddd327460e919d52fbb7c578e498a46ef
+SIZE (rsplib-3.0.2.tar.gz) = 1061690

Modified: head/net/rsplib/pkg-descr
==============================================================================
--- head/net/rsplib/pkg-descr	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/net/rsplib/pkg-descr	Sun Feb  9 21:49:51 2014	(r343544)
@@ -5,4 +5,4 @@ It provides highly available pool manage
 handling and load distribution/balancing) by components called Registrar
 and a client-side/server-side API for accessing the service of a pool.
 
-WWW: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/
+WWW: http://www.iem.uni-due.de/~dreibh/rserpool/

Modified: head/net/rsplib/pkg-plist
==============================================================================
--- head/net/rsplib/pkg-plist	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/net/rsplib/pkg-plist	Sun Feb  9 21:49:51 2014	(r343544)
@@ -86,6 +86,20 @@ lib/libtdtimeutilities.a
 lib/libtdtimeutilities.la
 lib/libtdtimeutilities.so
 lib/libtdtimeutilities.so.2
+man/man1/calcappclient.1.gz
+man/man1/cspmonitor.1.gz
+man/man1/fractalpooluser.1.gz
+man/man1/hsdump.1.gz
+man/man1/pingpongclient.1.gz
+man/man1/registrar.1.gz
+man/man1/rspregistrar.1.gz
+man/man1/rspserver.1.gz
+man/man1/rspterminal.1.gz
+man/man1/scriptingclient.1.gz
+man/man1/scriptingcontrol.1.gz
+man/man1/scriptingserviceexample.1.gz
+man/man1/server.1.gz
+man/man1/terminal.1.gz
 share/fgpconfig/input-001.fsf
 share/fgpconfig/input-002.fsf
 share/fgpconfig/input-003.fsf



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