diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 06:08:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 06:08:49 +0800 |
commit | 5cfc0b59747dc9626b0add4cb54e724b39e73ad0 (patch) | |
tree | 9242288b660b3434a104e4f1fab6130b6949cb5a /net | |
parent | 13b126a3a14488df6bcf3135da600f82ebacfeb3 (diff) | |
download | marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.gz marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.bz2 marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.lz marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.xz marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.tar.zst marcuscom-ports-5cfc0b59747dc9626b0add4cb54e724b39e73ad0.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16382 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/libgweather3/Makefile | 11 | ||||
-rw-r--r-- | net/libgweather3/distinfo | 4 | ||||
-rw-r--r-- | net/libgweather3/pkg-plist | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/libgweather3/Makefile b/net/libgweather3/Makefile index 2c17da719..401e7d18f 100644 --- a/net/libgweather3/Makefile +++ b/net/libgweather3/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/libgweather3/Makefile,v 1.6 2011/05/25 17:08:18 kwm Exp $ +# $MCom: ports/net/libgweather3/Makefile,v 1.7 2011/06/10 22:59:07 mezz Exp $ # PORTNAME= libgweather -PORTVERSION= 3.0.2 +PORTVERSION= 3.2.0 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -22,13 +22,14 @@ CONFLICTS= libgweather-2.[0-9]* LATEST_LINK= libgweather3 USE_GETTEXT= yes -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack gtk30 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gweather.schemas diff --git a/net/libgweather3/distinfo b/net/libgweather3/distinfo index 652c2a0e4..568fcf8eb 100644 --- a/net/libgweather3/distinfo +++ b/net/libgweather3/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgweather-3.0.2.tar.bz2) = 9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c -SIZE (libgweather-3.0.2.tar.bz2) = 7472549 +SHA256 (libgweather-3.2.0.tar.xz) = 7fdae4aad787759ed0d0124d66991311a24c8c9a3c9a46c56f62e4cc4575aea9 +SIZE (libgweather-3.2.0.tar.xz) = 4265588 diff --git a/net/libgweather3/pkg-plist b/net/libgweather3/pkg-plist index e73431dd6..901fa0f99 100644 --- a/net/libgweather3/pkg-plist +++ b/net/libgweather3/pkg-plist @@ -22,7 +22,7 @@ libdata/pkgconfig/gweather-3.0.pc %%DOCSDIR%%-3.0/index.html %%DOCSDIR%%-3.0/index.sgml %%DOCSDIR%%-3.0/left.png -%%DOCSDIR%%-3.0/libgweather-3.0.devhelp +%%DOCSDIR%%-3.0/libgweather.devhelp %%DOCSDIR%%-3.0/libgweather-3.0.devhelp2 %%DOCSDIR%%-3.0/libgweather-gweather-gconf.html %%DOCSDIR%%-3.0/libgweather-gweather-location.html |