Bug 147634 - [PATCH] www/mod_memcache: Conver to AP_FAST_BUILD / AP_GENPLIST
Summary: [PATCH] www/mod_memcache: Conver to AP_FAST_BUILD / AP_GENPLIST
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 06:50 UTC by Philip M. Gollucci
Modified: 2010-08-31 02:30 UTC (History)
1 user (show)

See Also:


Attachments
ap22-mod_memcache-0.1.0_3.patch (962 bytes, patch)
2010-06-07 06:50 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2010-06-07 06:45:18 UTC
Thanks, please commit it.

On Mon, Jun 07, 2010 at 01:44:25AM -0400, Philip M. Gollucci wrote:
> 
> >Submitter-Id:	current-users
> >Originator:	Philip M. Gollucci
> >Organization:	RideCharge Inc / TaxiMagic
> >Confidential:	no 
> >Synopsis:	[PATCH] www/ap22-mod_memcache: Conver to AP_FAST_BUILD / AP_GENPLIST
> >Severity:	non-critical
> >Priority:	low
> >Category:	ports 
> >Class:		change-request
> >Release:	FreeBSD 9.0-CURRENT amd64
> >Environment:
> System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
> >Description:
> 
> Removed file(s):
> - pkg-plist
> 
> Port maintainer (gslin@gslin.org) is cc'd.
> 
> Generated with FreeBSD Port Tools 0.99
> >How-To-Repeat:
> >Fix:
> 
> --- ap22-mod_memcache-0.1.0_3.patch begins here ---
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/www/mod_memcache/Makefile,v
> retrieving revision 1.6
> diff -u -u -r1.6 Makefile
> --- Makefile	25 May 2010 20:17:33 -0000	1.6
> +++ Makefile	7 Jun 2010 05:43:40 -0000
> @@ -17,10 +17,14 @@
>  
>  LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr1
>  
> -MAKE_JOBS_SAFE=  yes
> +MAKE_JOBS_SAFE=	yes
>  
>  GNU_CONFIGURE=	yes
>  PROJECTHOST=	modmemcache
>  USE_APACHE=	2.2+
>  
> +AP_FAST_BUILD=	yes
> +AP_GENPLIST=	yes
> +SRC_FILE=	src/${PORTNAME}.c
> +
>  .include <bsd.port.mk>
> Index: pkg-plist
> ===================================================================
> RCS file: pkg-plist
> diff -N pkg-plist
> --- pkg-plist	6 Jun 2010 05:00:29 -0000	1.2
> +++ /dev/null	1 Jan 1970 00:00:00 -0000
> @@ -1,4 +0,0 @@
> -@comment $FreeBSD: ports/www/mod_memcache/pkg-plist,v 1.2 2010/06/06 05:00:29 pgollucci Exp $
> -%%APACHEMODDIR%%/%%AP_MODULE%%
> -%%APACHEMODDIR%%/mod_memcache_example.so
> -@dirrmtry %%APACHEMODDIR%%
> --- ap22-mod_memcache-0.1.0_3.patch ends here ---

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 1 Philip M. Gollucci 2010-06-07 06:50:05 UTC
Removed file(s):
- pkg-plist

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-07 06:50:14 UTC
Maintainer of www/mod_memcache,

Please note that PR ports/147634 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147634

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-07 06:50:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-07 20:17:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-09 00:45:19 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-10 08:11:54 UTC
Responsible Changed
From-To: pgollucci->apache

Over to maintainer.
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-31 02:22:51 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-08-31 02:23:00 UTC
pgollucci    2010-08-31 01:22:46 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_memcache     Makefile 
  Removed files:
    www/mod_memcache     pkg-plist 
  Log:
  - Conver to AP_FAST_BUILD / AP_GENPLIST
  
  PR:             ports/147634
  Submitted by:   myself (pgollucci)
  Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
  
  Revision  Changes    Path
  1.8       +4 -0      ports/www/mod_memcache/Makefile
  1.3       +0 -4      ports/www/mod_memcache/pkg-plist (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"