svn commit: r326461 - head/www/cherokee

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 6 05:22:36 UTC 2013


Author: rm
Date: Fri Sep  6 05:22:36 2013
New Revision: 326461
URL: http://svnweb.freebsd.org/changeset/ports/326461

Log:
  - drop maintainership
  - convert USE_GMAKE to USES, while here
  
  PR:		181857
  Submitted by:	chris petrik <c.petrik.sosa at gmail.com> (maintainer)

Modified:
  head/www/cherokee/Makefile

Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile	Fri Sep  6 05:07:15 2013	(r326460)
+++ head/www/cherokee/Makefile	Fri Sep  6 05:22:36 2013	(r326461)
@@ -8,15 +8,14 @@ CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SAMBA}
 MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION}
 
-MAINTAINER=	c.petrik.sosa at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extremely fast and flexible web server
 
-USES=	pathfix pkgconfig gettext
+USES=		gettext gmake pathfix pkgconfig
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	cherokee
 SUB_FILES=	pkg-install pkg-message
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread


More information about the svn-ports-all mailing list