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:
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
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"
State Changed From-To: open->closed Committed, thank you!