diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-14 10:55:25 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-14 10:55:25 +0800 |
commit | 213f33831eb2ab7051bcaafb5daba7ac130c44cc (patch) | |
tree | 7af0098382559f6de46a64e68149ea557216f087 /graphics/f-spot | |
parent | bc88850bab051b9b79ca7cfe74e8c8f80be9d15c (diff) | |
download | freebsd-ports-gnome-213f33831eb2ab7051bcaafb5daba7ac130c44cc.tar.gz freebsd-ports-gnome-213f33831eb2ab7051bcaafb5daba7ac130c44cc.tar.zst freebsd-ports-gnome-213f33831eb2ab7051bcaafb5daba7ac130c44cc.zip |
Update to 0.1.5
- Also convert over to USE_SQLITE [1]
PR: 89023 [1]
Submitted by: Phillip Neuman <phillip@sofsis.cl>
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Diffstat (limited to 'graphics/f-spot')
-rw-r--r-- | graphics/f-spot/Makefile | 6 | ||||
-rw-r--r-- | graphics/f-spot/distinfo | 6 | ||||
-rw-r--r-- | graphics/f-spot/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 047ad6cf2789..2bcfa3a2d6b3 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -3,11 +3,11 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.17 2005/10/22 21:17:46 tmclau02 Exp $ +# $Id: Makefile,v 1.23 2006/01/11 00:29:47 tmclau02 Exp $ # PORTNAME= f-spot -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.5 PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -18,7 +18,6 @@ COMMENT= Personal photo management to the GNOME desktop LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ exif.12:${PORTSDIR}/graphics/libexif \ - sqlite.2:${PORTSDIR}/databases/sqlite2 \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp @@ -26,6 +25,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp USE_BZIP2= yes +USE_SQLITE= 2 USE_GNOME= gnomehack gnomeprefix gnometarget intlhack USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 diff --git a/graphics/f-spot/distinfo b/graphics/f-spot/distinfo index 6e6b7040ecbb..c80e06e3414d 100644 --- a/graphics/f-spot/distinfo +++ b/graphics/f-spot/distinfo @@ -1,3 +1,3 @@ -MD5 (f-spot-0.1.3.tar.bz2) = 3c08f01ca24ae2847f11bf47db878c29 -SHA256 (f-spot-0.1.3.tar.bz2) = 4451e00630561f73e22dcbe7183b2cb8b54dafacaad62fa55e0bd1065567c61f -SIZE (f-spot-0.1.3.tar.bz2) = 736561 +MD5 (f-spot-0.1.5.tar.bz2) = 9166398a4f2381182714f00f1730ef12 +SHA256 (f-spot-0.1.5.tar.bz2) = a2559d1ef9e4b5aeaf7c22171f029c5e4325f828b2425824afa2c95b90bfec97 +SIZE (f-spot-0.1.5.tar.bz2) = 810091 diff --git a/graphics/f-spot/pkg-plist b/graphics/f-spot/pkg-plist index cd817dee68ac..e0ea0d1753c8 100644 --- a/graphics/f-spot/pkg-plist +++ b/graphics/f-spot/pkg-plist @@ -37,6 +37,7 @@ share/locale/nb/LC_MESSAGES/f-spot.mo share/locale/nl/LC_MESSAGES/f-spot.mo share/locale/no/LC_MESSAGES/f-spot.mo share/locale/pl/LC_MESSAGES/f-spot.mo +share/locale/ru/LC_MESSAGES/f-spot.mo share/locale/rw/LC_MESSAGES/f-spot.mo share/locale/sr/LC_MESSAGES/f-spot.mo share/locale/sr@Latn/LC_MESSAGES/f-spot.mo |