diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-16 16:06:59 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-16 16:06:59 +0800 |
commit | 3e4dbe601527196535efa3e87bfc12a079f7a375 (patch) | |
tree | 2ebf351ea04fbf017d81250cc11a59518c452ce4 /net | |
parent | 65b12ad2ee6dedb026f6c253b0e6bb398ab22dc5 (diff) | |
download | freebsd-ports-graphics-3e4dbe601527196535efa3e87bfc12a079f7a375.tar.gz freebsd-ports-graphics-3e4dbe601527196535efa3e87bfc12a079f7a375.tar.zst freebsd-ports-graphics-3e4dbe601527196535efa3e87bfc12a079f7a375.zip |
Update to 1.8.0.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
Diffstat (limited to 'net')
-rw-r--r-- | net/blam/Makefile | 11 | ||||
-rw-r--r-- | net/blam/distinfo | 4 | ||||
-rw-r--r-- | net/blam/pkg-plist | 5 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index 60a38137dfd..ba53bb0a481 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -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" diff --git a/net/blam/distinfo b/net/blam/distinfo index f2a73d1e856..6c89ce0c94e 100644 --- a/net/blam/distinfo +++ b/net/blam/distinfo @@ -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 diff --git a/net/blam/pkg-plist b/net/blam/pkg-plist index c58ffe7b1ff..8cc1fa0109e 100644 --- a/net/blam/pkg-plist +++ b/net/blam/pkg-plist @@ -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 |