On Tue, Jan 12, 2010 at 11:03:41AM +0100, Auclair Vincent wrote: > Here is an update for gflags 1.3 > Mostly cosmetic changes > > Mon Jan 4 18:09:30 2010 Google Inc. <opensou...@google.com> > * google-gflags: version 1.3 > * PORTABILITY: can now build and run tests under MSVC (csilvers) > * Remove the python gflags code, which is now its own package > (tansell) > * Clarify that "last flag wins" in the docs (csilvers) > * Comment danger of using GetAllFlags in validators (wojtekm) > * PORTABILITY: Some fixes necessary for c++0x (mboerger) > * Makefile fix: $(srcdir) -> $(top_srcdir) in one place (csilvres) > * INSTALL: autotools to autoconf v2.64 + automake v1.11 (csilvers) > > > Index: gflags//Makefile > =================================================================== > RCS file: /cvs/openbsd/ports/devel/gflags/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- gflags//Makefile 10 Oct 2009 13:36:14 -0000 1.2 > +++ gflags//Makefile 12 Jan 2010 10:02:53 -0000 > @@ -3,8 +3,8 @@ > > COMMENT = c++ commandline flags processing library > > -DISTNAME = gflags-1.2 > -PKGNAME = ${DISTNAME}p0 > +DISTNAME = gflags-1.3 > +PKGNAME = ${DISTNAME}
Not needed, PKGNAME defaults to ${DISTNAME} if not set. (i wonder how many times this has been said...) Other than that looks good. Landry