svn commit: r346737 - head/devel/libserver

Thomas Abthorpe tabthorpe at FreeBSD.org
Sun Mar 2 05:39:37 UTC 2014


Author: tabthorpe
Date: Sun Mar  2 05:39:36 2014
New Revision: 346737
URL: http://svnweb.freebsd.org/changeset/ports/346737
QAT: https://qat.redports.org/buildarchive/r346737/

Log:
  - Update to 1.18
  - Convert to STAGEDIR
  
  PR:             ports/186044
  Submitted by:   James Bailie <jimmy at mammothcheese.ca> (maintainer)

Modified:
  head/devel/libserver/Makefile
  head/devel/libserver/distinfo

Modified: head/devel/libserver/Makefile
==============================================================================
--- head/devel/libserver/Makefile	Sun Mar  2 05:32:21 2014	(r346736)
+++ head/devel/libserver/Makefile	Sun Mar  2 05:39:36 2014	(r346737)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libserver
-PORTVERSION=	1.17
+PORTVERSION=	1.18
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -11,6 +11,8 @@ COMMENT=	Generic TCP server in a library
 
 USE_LDCONFIG=	yes
 
+INSTALL_TARGET=STAGEDIR=../stage/ install
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/devel/libserver/distinfo
==============================================================================
--- head/devel/libserver/distinfo	Sun Mar  2 05:32:21 2014	(r346736)
+++ head/devel/libserver/distinfo	Sun Mar  2 05:39:36 2014	(r346737)
@@ -1,2 +1,2 @@
-SHA256 (libserver-1.17.tar.gz) = 9e105ffc478bce2848e4bc7e74d643377db1550df8c9f1fcbb4035ccef85ef81
-SIZE (libserver-1.17.tar.gz) = 11344
+SHA256 (libserver-1.18.tar.gz) = df74502dc263daf6138c41426ee5ee599aee9d03fd94b398f33e131d876126ed
+SIZE (libserver-1.18.tar.gz) = 14203


More information about the svn-ports-head mailing list