Bug 167344 - [PATCH] www/webgo: Update to 20120419
Summary: [PATCH] www/webgo: Update to 20120419
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 21:10 UTC by Julien Laffaye
Modified: 2012-05-14 23:21 UTC (History)
1 user (show)

See Also:


Attachments
webgo-0.1.0.20120419.patch (2.20 KB, patch)
2012-04-26 21:10 UTC, Julien Laffaye
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye freebsd_committer freebsd_triage 2012-04-26 21:10:11 UTC
- Update to 20120419
- Compile with upcoming Go1

Added file(s):
- pkg-plist

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-26 21:11:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 wenheping 2012-04-27 00:38:40 UTC
Please commit it.
Thanks!

wen

2012/4/27 Julien Laffaye <jlaffaye@freebsd.org>

>
> >Submitter-Id:  current-users
> >Originator:    Julien Laffaye
> >Organization:
> >Confidential:  no
> >Synopsis:      [PATCH] www/webgo: Update to 20120419
> >Severity:      non-critical
> >Priority:      low
> >Category:      ports
> >Class:         change-request
> >Release:       FreeBSD 9.0-RELEASE amd64
> >Environment:
> System: FreeBSD proclarush.jlaffaye.net 9.0-RELEASE FreeBSD 9.0-RELEASE
> #0: Tue Jan  3 07:46:30 UTC
> >Description:
> - Update to 20120419
> - Compile with upcoming Go1
>
> Added file(s):
> - pkg-plist
>
> Port maintainer (wen@FreeBSD.org) is cc'd.
>
> Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
> >How-To-Repeat:
> >Fix:
>
> --- webgo-0.1.0.20120419.patch begins here ---
> Index: Makefile
> ===================================================================
> RCS file: /home/pcvs/ports/www/webgo/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile    26 Nov 2011 22:56:57 -0000      1.5
> +++ Makefile    26 Apr 2012 20:08:03 -0000
> @@ -7,7 +7,6 @@
>
>  PORTNAME=      webgo
>  PORTVERSION=   0.1.0.${SVNVERSION}
> -PORTREVISION=  2
>  CATEGORIES=    www
>  MASTER_SITES=  LOCAL/jlaffaye
>  DISTNAME=      ${PORTNAME}-${SVNVERSION}
> @@ -15,10 +14,16 @@
>  MAINTAINER=    wen@FreeBSD.org
>  COMMENT=       Simplest way to write web applications in the Go
> programming language
>
> -SVNVERSION=    20110915
> -PLIST_FILES=   ${GO_LIBDIR}/web.a
> +SVNVERSION=    20120419
>
>  USE_GO=                yes
> +GO_PKGNAME=    ${SUBLIBDIR}/web
> +
> +SUBLIBDIR=     github.com/hoisie
> +
> +do-install:
> +       ${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
> +       ${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/web.a
> ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
>
>  .include <bsd.port.pre.mk>
>  .include "${PORTSDIR}/lang/go/files/bsd.go.mk"
> Index: distinfo
> ===================================================================
> RCS file: /home/pcvs/ports/www/webgo/distinfo,v
> retrieving revision 1.3
> diff -u -r1.3 distinfo
> --- distinfo    22 Sep 2011 16:43:28 -0000      1.3
> +++ distinfo    26 Apr 2012 20:08:03 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (webgo-20110915.tar.gz) =
> 2dcb0092401501b54e8001f102af9a8103a97935e3bc3da683a70f8d3a1df45f
> -SIZE (webgo-20110915.tar.gz) = 20612
> +SHA256 (webgo-20120419.tar.gz) =
> f31a68c7142fe1e64bdb07151482b371fd3da5d61dc0c35e046aec6c3a6a92d2
> +SIZE (webgo-20120419.tar.gz) = 15237
> Index: pkg-descr
> ===================================================================
> RCS file: /home/pcvs/ports/www/webgo/pkg-descr,v
> retrieving revision 1.1
> diff -u -r1.1 pkg-descr
> --- pkg-descr   25 Nov 2010 06:23:27 -0000      1.1
> +++ pkg-descr   26 Apr 2012 20:08:03 -0000
> @@ -14,4 +14,4 @@
>  execution and page render speed
>     * Serving static files
>
> -WWW: https://github.com/hoisie/web.go
> +WWW: https://github.com/hoisie/web
> Index: pkg-plist
> ===================================================================
> RCS file: pkg-plist
> diff -N pkg-plist
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ pkg-plist   26 Apr 2012 20:08:03 -0000
> @@ -0,0 +1,3 @@
> +%%GO_LIBDIR%%/github.com/hoisie/web.a
> +@dirrmtry %%GO_LIBDIR%%/github.com/hoisie
> +@dirrmtry %%GO_LIBDIR%%/github.com
> --- webgo-0.1.0.20120419.patch ends here ---
>
>
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-14 23:09:51 UTC
jlaffaye    2012-05-14 22:09:38 UTC

  FreeBSD ports repository

  Modified files:
    www/webgo            Makefile distinfo pkg-descr 
  Added files:
    www/webgo            pkg-plist 
  Log:
  - Update to 20120419
  
  PR:             ports/167344
  Approved by:    wen (maintainer)
  
  Revision  Changes    Path
  1.6       +10 -3     ports/www/webgo/Makefile
  1.4       +2 -2      ports/www/webgo/distinfo
  1.2       +1 -1      ports/www/webgo/pkg-descr
  1.1       +23 -0     ports/www/webgo/pkg-plist (new)
_______________________________________________
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"
Comment 4 Julien Laffaye freebsd_committer freebsd_triage 2012-05-14 23:21:22 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!