svn commit: r339278 - head/databases/credis

Steven Kreuzer skreuzer at FreeBSD.org
Thu Jan 9 21:09:03 UTC 2014


Author: skreuzer
Date: Thu Jan  9 21:09:02 2014
New Revision: 339278
URL: http://svnweb.freebsd.org/changeset/ports/339278

Log:
  Add staging support
  Convert to USES= framework
  Define LICENSE

Modified:
  head/databases/credis/Makefile
  head/databases/credis/pkg-descr

Modified: head/databases/credis/Makefile
==============================================================================
--- head/databases/credis/Makefile	Thu Jan  9 21:00:15 2014	(r339277)
+++ head/databases/credis/Makefile	Thu Jan  9 21:09:02 2014	(r339278)
@@ -9,10 +9,11 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Library for communicating with Redis servers
 
-USE_GMAKE=	yes
+LICENSE=	BSD3CLAUSE
+
+USES=	gmake
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/credis/pkg-descr
==============================================================================
--- head/databases/credis/pkg-descr	Thu Jan  9 21:00:15 2014	(r339277)
+++ head/databases/credis/pkg-descr	Thu Jan  9 21:09:02 2014	(r339278)
@@ -1,3 +1,3 @@
 Credis is a client library in plain C for communicating with Redis servers.
 
-WWW:	http://code.google.com/p/credis/
+WWW: http://code.google.com/p/credis/


More information about the svn-ports-all mailing list