Bug 181857 - [PATCH] remove maintainer for www/cherokee
Summary: [PATCH] remove maintainer for www/cherokee
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 05:40 UTC by Chris Petrik
Modified: 2013-09-06 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (423 bytes, patch)
2013-09-06 05:40 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!