Date: Wed, 23 Apr 2014 17:20:02 GMT From: "C Hutchinson" <portmaster@bsdforge.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/188920: NEW-MAINTAINER, MASTER_SITES -- salvage www/cherokee [PATCH] Message-ID: <201404231720.s3NHK21N091763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188920; it has been noted by GNATS. From: "C Hutchinson" <portmaster@bsdforge.com> To: bug-followup@FreeBSD.org Cc: portmaster@bsdforge.com Subject: Re: ports/188920: NEW-MAINTAINER, MASTER_SITES -- salvage www/cherokee [PATCH] Date: Wed, 23 Apr 2014 10:18:16 -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 > OK. Here's the patch(1), as promised. 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@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Fast and flexible web server -BROKEN= No public distfiles - USES= gettext gmake pathfix pkgconfig USE_OPENSSL= yes USE_LDCONFIG= yes @@ -167,14 +166,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404231720.s3NHK21N091763>