diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 10:25:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 10:25:01 +0800 |
commit | 2766446506aeb26ec88a23dbc88417a8b475f745 (patch) | |
tree | 0fa0b663d00c2e748b20387ff048211d4784866e | |
parent | 1f68255bfb77949cfc234be8c15a250877960c0c (diff) | |
download | marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar.gz marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar.bz2 marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar.lz marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar.xz marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.tar.zst marcuscom-ports-2766446506aeb26ec88a23dbc88417a8b475f745.zip |
- Update to 1.5.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5032 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 8 | ||||
-rw-r--r-- | databases/evolution-data-server/distinfo | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/pkg-plist | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index c04d450a8..b63a1f9b6 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.63 2005/10/03 23:58:49 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.64 2005/10/09 20:44:42 marcus Exp $ # PORTNAME= evolution-data-server -PORTVERSION= 1.4.1.1 +PORTVERSION= 1.5.1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --enable-static \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -PLIST_SUB= VERSION="1.4" EVO_VERSION="1.2" +PLIST_SUB= VERSION="1.6" EVO_VERSION="1.2" .include <bsd.port.pre.mk> diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 00be48628..82d0cfb17 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-data-server-1.4.1.1.tar.bz2) = 1590ec25527b1bcc5046e84ec2d1227f -SIZE (gnome2/evolution-data-server-1.4.1.1.tar.bz2) = 14175749 +MD5 (gnome2/evolution-data-server-1.5.1.tar.bz2) = 949e5ee86af28645bf86c18fe1c91154 +SIZE (gnome2/evolution-data-server-1.5.1.tar.bz2) = 14281805 diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index cfe9bbcfa..c00fb7feb 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -423,6 +423,7 @@ share/doc/libedataserver/libedataserver-e-trie.html share/doc/libedataserver/libedataserver-e-uid.html share/doc/libedataserver/libedataserver-e-url.html share/doc/libedataserver/libedataserver-e-util.html +share/doc/libedataserver/libedataserver-e-xml-hash-utils.html share/doc/libedataserver/libedataserver-md5-utils.html share/doc/libedataserver/libedataserver.devhelp share/doc/libedataserver/right.png @@ -897,6 +898,10 @@ share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo +@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/xh 2> /dev/null || true +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/rw 2> /dev/null || true @dirrm share/gnome/pixmaps/evolution-data-server-%%VERSION%% @dirrm share/gnome/idl/evolution-data-server-%%EVO_VERSION%% @dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific |