Update to 1.8.0.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
This commit is contained in:
parent
c3b45aee31
commit
da8124267b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135340
@ -2,16 +2,15 @@
|
||||
# Date created: 20040812
|
||||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 2005/01/09 09:37:27 tmclau02 Exp $
|
||||
# $Id: Makefile,v 1.10 2005/05/10 16:59:13 mezz7 Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blam
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8
|
||||
|
||||
MAINTAINER= tmclaugh@sdf.lonestar.org
|
||||
COMMENT= Mono based RSS feed reader
|
||||
@ -30,11 +29,11 @@ MOZILLA= mozilla
|
||||
.endif
|
||||
.endif
|
||||
|
||||
USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-mozilla=${MOZILLA}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (blam-1.6.1.tar.bz2) = 2b1fff47c5b4b1d8ebf9362caf5d50b7
|
||||
SIZE (blam-1.6.1.tar.bz2) = 437500
|
||||
MD5 (blam-1.8.0.tar.bz2) = 353036f0e6c7ec1255fc985e3942a610
|
||||
SIZE (blam-1.8.0.tar.bz2) = 483965
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/blam
|
||||
lib/blam/atom.dll
|
||||
lib/blam/blam.exe
|
||||
lib/blam/libblam.a
|
||||
lib/blam/libblam.so
|
||||
@ -30,6 +31,7 @@ share/locale/gu/LC_MESSAGES/blam.mo
|
||||
share/locale/he/LC_MESSAGES/blam.mo
|
||||
share/locale/hr/LC_MESSAGES/blam.mo
|
||||
share/locale/hu/LC_MESSAGES/blam.mo
|
||||
share/locale/it/LC_MESSAGES/blam.mo
|
||||
share/locale/ja/LC_MESSAGES/blam.mo
|
||||
share/locale/lt/LC_MESSAGES/blam.mo
|
||||
share/locale/nb/LC_MESSAGES/blam.mo
|
||||
@ -39,6 +41,7 @@ share/locale/pa/LC_MESSAGES/blam.mo
|
||||
share/locale/pl/LC_MESSAGES/blam.mo
|
||||
share/locale/pt/LC_MESSAGES/blam.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/blam.mo
|
||||
share/locale/rw/LC_MESSAGES/blam.mo
|
||||
share/locale/sq/LC_MESSAGES/blam.mo
|
||||
share/locale/sr/LC_MESSAGES/blam.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/blam.mo
|
||||
@ -46,6 +49,8 @@ share/locale/sv/LC_MESSAGES/blam.mo
|
||||
share/locale/tr/LC_MESSAGES/blam.mo
|
||||
share/locale/uk/LC_MESSAGES/blam.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/blam.mo
|
||||
@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/blam/images
|
||||
@dirrm share/gnome/blam
|
||||
@dirrm lib/blam
|
||||
|
Loading…
Reference in New Issue
Block a user