Bug 181857

Summary: [PATCH] remove maintainer for www/cherokee
Product: Ports & Packages Reporter: Chris Petrik <c.petrik.sosa>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Chris Petrik 2013-09-06 05:40:00 UTC
Cherokee seems to be lost in wonderland so I have lost interest in it. All mirrors now aren't updating dev don't care, the only way to get the src is through github which also causes issues as current distfile is broken and the main dev mentions to fetch it using git. I have put all effort into maintaining hiawatha which is what I use.

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-09-06 06:15:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-06 06:22:42 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-09-06 06:22:58 UTC
State Changed
From-To: open->closed

Committed, thank you!