Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 05:22:36 +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: r326461 - head/www/cherokee
Message-ID:  <201309060522.r865Map8005770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@gmail.com
+MAINTAINER=	ports@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



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