diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-08 00:54:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-08 00:54:34 +0800 |
commit | ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d (patch) | |
tree | 14290b53f384f8dd5907a089e48febdaa5fdd7e1 | |
parent | 8736c9907a1e3e7e9ebdbc0dc6168cbc8c987ed4 (diff) | |
download | marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar.gz marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar.bz2 marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar.lz marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar.xz marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.tar.zst marcuscom-ports-ab74d025b3b8beb5f993dc717c9f70a82fc0ab0d.zip |
Bump portrevision of libgdata and e-d-s. This is needed because libproxy
doesn't install a .la file anymore. But that .la file is still recorded in
the .la files of libsoup, libgdata and e-d-s. libsoup already got a update in
MC so only bump these two.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15396 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 | ||||
-rw-r--r-- | devel/libgdata/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 67b80059f..c4344f467 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD: ports/databases/evolution-data-server/Makefile,v 1.81 2011/02/25 01:31:35 delphij Exp $ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.203 2010/11/15 17:19:55 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.205 2011/03/06 20:31:31 kwm Exp $ # PORTNAME= evolution-data-server PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 47fd64f18..6d2460bc4 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD: ports/devel/libgdata/Makefile,v 1.12 2010/12/12 10:52:35 kwm Exp $ -# $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $ +# $MCom: ports/devel/libgdata/Makefile,v 1.17 2011/02/16 17:35:12 kwm Exp $ # PORTNAME= libgdata PORTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME |