svn commit: r358486 - head/devel/libserver

William Grzybowski wg at FreeBSD.org
Fri Jun 20 01:33:28 UTC 2014


Author: wg
Date: Fri Jun 20 01:33:27 2014
New Revision: 358486
URL: http://svnweb.freebsd.org/changeset/ports/358486
QAT: https://qat.redports.org/buildarchive/r358486/

Log:
  devel/libserver: update to 1.22
  
  PR:		189022
  Submitted by:	maintainer (based on)

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

Modified: head/devel/libserver/Makefile
==============================================================================
--- head/devel/libserver/Makefile	Fri Jun 20 01:29:55 2014	(r358485)
+++ head/devel/libserver/Makefile	Fri Jun 20 01:33:27 2014	(r358486)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libserver
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -11,8 +11,7 @@ COMMENT=	Generic TCP server in a library
 
 USE_LDCONFIG=	yes
 
-INSTALL_TARGET=STAGEDIR=../stage/ install
-
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
+MAKE_ENV+=	STAGEDIR=${STAGEDIR}
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/devel/libserver/distinfo
==============================================================================
--- head/devel/libserver/distinfo	Fri Jun 20 01:29:55 2014	(r358485)
+++ head/devel/libserver/distinfo	Fri Jun 20 01:33:27 2014	(r358486)
@@ -1,2 +1,2 @@
-SHA256 (libserver-1.21.tar.gz) = b4f03d0b613e9118f3bc62dcd0e6fcdf3fa5f627928e19abe08ab27d19bda856
-SIZE (libserver-1.21.tar.gz) = 9617
+SHA256 (libserver-1.22.tar.gz) = 8fdd0333635b7d3dc84f91690aff6715b496cb3a74b8e0f74d2d8af23f869f34
+SIZE (libserver-1.22.tar.gz) = 9610


More information about the svn-ports-head mailing list