[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sun Feb 5 16:03:14 MST 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot by tmclau02
Added Files:
Makefile distinfo pkg-descr pkg-plist
Log Message:
Update to 0.1.8
f-spot 0.1.8 - Jan 30 2006 - Distraction
----------------------------------------
- New icons!
- Fixed typos.
- Png metadata support.
- Support for dates before the unix Epoch.
- Improved XMP handing.
- Enhanced time dialog.
f-spot 0.1.7 - Jan 16 2006 - Boston
-----------------------------------
- fix IOChannel bug.
- Add desaturate command.
- Add sepia tone command.
f-spot 0.1.6 - Jan 16 2006 - Lick
---------------------------------
- Lots of new stuff.
- Cleaned up metadata write command.
- Added time adjustment dialog.
- Connected contast adjument.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/Makefile 2006/01/14 04:43:05 1.24
+++ /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/Makefile 2006/02/05 23:03:14 1.25
@@ -2,13 +2,12 @@
# Date created: 20041008
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
-# $FreeBSD: ports/graphics/f-spot/Makefile,v 1.5 2005/11/15 06:49:27 ade Exp $
-# $Id: Makefile,v 1.24 2006/01/14 04:43:05 tmclau02 dead $
+# $FreeBSD: ports/graphics/f-spot/Makefile,v 1.7 2006/01/14 02:55:25 tmclaugh Exp $
+# $Id: Makefile,v 1.25 2006/02/05 23:03:14 tmclau02 Exp $
#
PORTNAME= f-spot
-PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTVERSION= 0.1.8
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
@@ -34,5 +33,10 @@
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
+ s|target="libexif.so. at EXIF_SOVERSION@"|target="libexif.so"|g' \
+ ${WRKSRC}/src/f-spot.exe.config.in
+
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/distinfo,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/distinfo 2006/01/14 04:43:05 1.12
+++ /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/distinfo 2006/02/05 23:03:14 1.13
@@ -1,3 +1,3 @@
-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
+MD5 (f-spot-0.1.8.tar.bz2) = 280ed570a2ed816084434408b8a8cc16
+SHA256 (f-spot-0.1.8.tar.bz2) = 8ea4bc8d599c35d060d35670de5f7c99d7b70d268165093ee3d3cc03fb259755
+SIZE (f-spot-0.1.8.tar.bz2) = 849895
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/pkg-descr,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/pkg-plist,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/pkg-plist 2006/01/14 04:43:05 1.11
+++ /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/pkg-plist 2006/02/05 23:03:14 1.12
@@ -37,13 +37,15 @@
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/pt_BR/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 at Latn/LC_MESSAGES/f-spot.mo
share/locale/sv/LC_MESSAGES/f-spot.mo
+share/locale/vi/LC_MESSAGES/f-spot.mo
share/locale/zh_CN/LC_MESSAGES/f-spot.mo
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
-share/locale/rw/LC_MESSAGES/f-spot.mo
- at unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
- at unexec rmdir %D/share/locale/rw 2> /dev/null || true
+ at dirrmtry share/locale/rw/LC_MESSAGES
+ at dirrmtry share/locale/rw
@dirrm lib/f-spot
More information about the Bsd-sharp-cvs
mailing list