ports/188920: NEW-MAINTAINER, MASTER_SITES -- salvage www/cherokee [PATCH]

C Hutchinson portmaster at bsdforge.com
Wed Apr 23 17:40:01 UTC 2014


The following reply was made to PR ports/188920; it has been noted by GNATS.

From: "C Hutchinson" <portmaster at bsdforge.com>
To: bug-followup at freebsd.org
Cc: portmaster at bsdforge.com
Subject: Re: ports/188920: NEW-MAINTAINER,
           MASTER_SITES -- salvage www/cherokee [PATCH]
Date: Wed, 23 Apr 2014 10:30:45 -0700 (PDT)

 >> Thank you very much for your problem report.
 >> It has the internal identification `ports/188920'.
 >> The individual assigned to look at your
 >> report is: freebsd-ports-bugs.
 >>
 >> You can access the state of your problem report at any time
 >> via this link:
 >>
 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=188920
 >>
 >>>Category:       ports
 >>>Responsible:    freebsd-ports-bugs
 >>>Synopsis:       NEW-MAINTAINER, MASTER_SITES -- salvage www/cherokee
 >>>Arrival-Date:   Wed Apr 23 16:00:00 UTC 2014
 >>
 
 PLEASE DISREGARD LAST SENT PATCH.
 Sorry. After adding STAGING support, I forfot to remove:
 NO_STAGE=yes
 This corrects that, and works as intended.
 
 CORRECTS:
 MASTER_SITES
 MAINTAINER
 
 PROVIDES:
 STAGEDIR
 
 FILES AFFECTED:
 Makefile
 distinfo
 
 
 Index: cherokee/Makefile
 ===================================================================
 --- cherokee/Makefile	(revision 351960)
 +++ cherokee/Makefile	(working copy)
 @@ -5,14 +5,13 @@
  PORTVERSION=	1.2.101
  PORTREVISION=	4
  CATEGORIES=	www
 -MASTER_SITES=	${MASTER_SITE_SAMBA}
 -MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION}
 +MASTER_SITES=	https://github.com/cherokee/webserver/archive/ \
 +		http://bsdforge.com/projects/source/www/cherokee/
 +DISTNAME=	v${PORTVERSION}
 
 -MAINTAINER=	ports at FreeBSD.org
 +MAINTAINER=	portmaster at bsdforge.com
  COMMENT=	Fast and flexible web server
 
 -BROKEN=		No public distfiles
 -
  USES=		gettext gmake pathfix pkgconfig
  USE_OPENSSL=	yes
  USE_LDCONFIG=	yes
 @@ -56,7 +55,6 @@
  RRDTOOL_DESC=	Usage graphs support
  UWSGI_DESC=	uWSGI support
 
 -NO_STAGE=	yes
  .include <bsd.port.options.mk>
 
  .if ${PORT_OPTIONS:MADMIN}
 @@ -167,14 +165,14 @@
  		${WRKSRC}/qa/run-tests.py
 
  post-install:
 -	@${INSTALL} -d ${CONFSUBDIRS:S|^|${PREFIX}/etc/cherokee/|}
 +	@${INSTALL} -d ${CONFSUBDIRS:S|^|${STAGEDIR}${PREFIX}/etc/cherokee/|}
  	@for i in ${DEFCONFS};do\
 -		${INSTALL_DATA} ${WRKSRC}/$$i.sample ${PREFIX}/etc/cherokee/$$i.default;done
 -	@${INSTALL_DATA} ${WRKSRC}/performance.conf.sample
 ${PREFIX}/etc/cherokee/cherokee.conf.perf_sample
 -	@:>${PREFIX}/etc/cherokee/mods-enabled/.empty
 -	@:>${PREFIX}/etc/cherokee/sites-available/.empty
 -	@:>${PREFIX}/etc/cherokee/sites-enabled/.empty
 -	@:>${PREFIX}/etc/cherokee/ssl/.empty
 +		${INSTALL_DATA} ${WRKSRC}/$$i.sample ${STAGEDIR}${PREFIX}/etc/cherokee/$$i.default;done
 +	@${INSTALL_DATA} ${WRKSRC}/performance.conf.sample
 ${STAGEDIR}${PREFIX}/etc/cherokee/cherokee.conf.perf_sample
 +	@:>${STAGEDIR}${PREFIX}/etc/cherokee/mods-enabled/.empty
 +	@:>${STAGEDIR}${PREFIX}/etc/cherokee/sites-available/.empty
 +	@:>${STAGEDIR}${PREFIX}/etc/cherokee/sites-enabled/.empty
 +	@:>${STAGEDIR}${PREFIX}/etc/cherokee/ssl/.empty
  	@for i in `${FIND} ${PREFIX}/etc/cherokee/ -name \*.default`;do\
  		if [ ! -f $${i%.default} ];then ${CP} $$i $${i%.default};fi;done
  	@for i in `${FIND} ${PREFIX}/etc/cherokee/ -name \*.sample`;do\
 Index: cherokee/distinfo
 ===================================================================
 --- cherokee/distinfo	(revision 351960)
 +++ cherokee/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (cherokee-1.2.101.tar.gz) =
 ca465ab3772479fc843b38ffc45113bf24d8bfae9185cdd5176b099d5a17feb8
 -SIZE (cherokee-1.2.101.tar.gz) = 6320209
 +SHA256 (v1.2.101.tar.gz) = 81b71bd4cb17462b93603bb420e40c628680e833f7e074048820f0bca58bf0f9
 +SIZE (v1.2.101.tar.gz) = 4997404
 
 
 


More information about the freebsd-ports-bugs mailing list