Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 17:50:01 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:  <201404231750.s3NHo1h6002363@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: "C Hutchinson" <portmaster@bsdforge.com>
Subject: Re: ports/188920: NEW-MAINTAINER,
      MASTER_SITES -- salvage www/cherokee [PATCH]
Date: Wed, 23 Apr 2014 10:42:57 -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 forgot 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@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
 @@ -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
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404231750.s3NHo1h6002363>