Update to 0.1.8
- change USE_SQLITE from '2' to 'yes' Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
This commit is contained in:
parent
67ff427854
commit
4217e273a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156358
3 changed files with 10 additions and 9 deletions
|
@ -3,12 +3,11 @@
|
|||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.23 2006/01/11 00:29:47 tmclau02 Exp $
|
||||
# $Id: Makefile,v 1.26 2006/02/15 02:36:17 tmclau02 Exp $
|
||||
#
|
||||
|
||||
PORTNAME= f-spot
|
||||
PORTVERSION= 0.1.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
|
||||
|
@ -25,7 +24,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_SQLITE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
@ -36,8 +35,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
|
||||
s|target="libexif.so.@EXIF_SOVERSION@"|target="libexif.so"|g' \
|
||||
${WRKSRC}/src/f-spot.exe.config.in
|
||||
s|target="libexif.so.@EXIF_SOVERSION@"|target="libexif.so"|g' \
|
||||
${WRKSRC}/src/f-spot.exe.config.in
|
||||
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -37,11 +37,13 @@ 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/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@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
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
|
|
Loading…
Reference in a new issue