diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
commit | cdb195bde12525f23fb4dab4a0321614f4fb2aad (patch) | |
tree | 8b58f7ccec9d83443fedbda208d9fc0ad1993386 /devel/libgdata/Makefile | |
parent | 71dfde0760b13ea318c656ddead128dbe634597d (diff) | |
download | marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.gz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.bz2 marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.lz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.xz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.zst marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.zip |
Move graphics/libchamplain to libchamplain08
and devel/libgdata to libgdata06
And move libgdata08 and libchamplain010 to the unversioned dirs.
It doesn't make sense to have the current version in a directory that is
versioned. Sorry for the hassle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r-- | devel/libgdata/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index f92ea2aac..ffb38615b 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -3,12 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgdata/Makefile,v 1.18 2011/03/07 16:54:34 kwm Exp $ +# $MCom$ # PORTNAME= libgdata -PORTVERSION= 0.6.6 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= devel MASTER_SITES= GNOME @@ -18,7 +17,7 @@ COMMENT= GLib based implimentation of the GData protocol BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome -CONFLICTS= libgdata-0.8.* +CONFLICTS= libgdata-0.6.* USE_BZIP2= yes USE_LDCONFIG= yes |