summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-27 20:12:56 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-27 20:12:56 +0000
commita71b91d3f754a3152104a88c125c60c7e1d07c6f (patch)
tree146aee297756ed0e01a989688f620ac57e128427 /ftp
parent- Add a temporary work around if you have multimedia/mpeg4ip-libmp4v2 installed (diff)
- Update to 0.91
- Use new GCONF_SCHEMAS PR: ports/74457 Submitted by: Radek Kozlowski (maintainer)
Notes
Notes: svn path=/head/; revision=122618
Diffstat (limited to 'ftp')
-rw-r--r--ftp/gwget/Makefile11
-rw-r--r--ftp/gwget/distinfo4
-rw-r--r--ftp/gwget/pkg-plist4
3 files changed, 12 insertions, 7 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile
index 25796efaeb68..54f320cec5df 100644
--- a/ftp/gwget/Makefile
+++ b/ftp/gwget/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gwget
-PORTVERSION= 0.90
-PORTREVISION= 2
+PORTVERSION= 0.91
CATEGORIES= ftp www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gwget
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= radek@raadradd.com
COMMENT= A download manager for GNOME, based on wget
@@ -22,6 +21,8 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= gwget.schemas
EPHY_VER= 1.4
.include <bsd.port.pre.mk>
@@ -42,7 +43,7 @@ PLIST_SUB+= EPIPHANY:="@comment "
.endif # defined(WITH_EPIPHANY)
post-patch:
- @${REINPLACE_CMD} -e 's|epiphany/extensions|epiphany-${EPHY_VER}/extensions|' \
- ${WRKSRC}/epiphany-extension/Makefile.in
+ @${REINPLACE_CMD} -e 's|epiphany/extensions|epiphany-${EPHY_VER}/extensions|' \
+ ${WRKSRC}/epiphany-extension/Makefile.in
.include <bsd.port.post.mk>
diff --git a/ftp/gwget/distinfo b/ftp/gwget/distinfo
index c60c967475bb..4dcfd5353a0f 100644
--- a/ftp/gwget/distinfo
+++ b/ftp/gwget/distinfo
@@ -1,2 +1,2 @@
-MD5 (gwget-0.90.tar.gz) = 44882057713aa64df9b94bbc6b678f29
-SIZE (gwget-0.90.tar.gz) = 473147
+MD5 (gwget-0.91.tar.gz) = d1ff8499fe00995e8bb02688f36b9ae0
+SIZE (gwget-0.91.tar.gz) = 489955
diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist
index b211b516a853..0af23e566e6c 100644
--- a/ftp/gwget/pkg-plist
+++ b/ftp/gwget/pkg-plist
@@ -13,6 +13,7 @@ libdata/bonobo/servers/GNOME_Gwget.server
%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so
%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so.0
share/gnome/applications/gwget.desktop
+@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/gwget/about.glade
share/gnome/gwget/gwget-large.png
share/gnome/gwget/gwget-off.png
@@ -25,6 +26,7 @@ share/gnome/idl/GNOME_Gwget.idl
share/gnome/pixmaps/gwget.png
share/locale/bg/LC_MESSAGES/gwget.mo
share/locale/cs/LC_MESSAGES/gwget.mo
+share/locale/de/LC_MESSAGES/gwget.mo
share/locale/en_CA/LC_MESSAGES/gwget.mo
share/locale/es/LC_MESSAGES/gwget.mo
share/locale/eu/LC_MESSAGES/gwget.mo
@@ -32,6 +34,7 @@ share/locale/fi/LC_MESSAGES/gwget.mo
share/locale/fr/LC_MESSAGES/gwget.mo
share/locale/hu/LC_MESSAGES/gwget.mo
share/locale/ja/LC_MESSAGES/gwget.mo
+share/locale/lt/LC_MESSAGES/gwget.mo
share/locale/mk/LC_MESSAGES/gwget.mo
share/locale/nl/LC_MESSAGES/gwget.mo
share/locale/pa/LC_MESSAGES/gwget.mo
@@ -46,3 +49,4 @@ share/locale/zh_TW/LC_MESSAGES/gwget.mo
%%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%%/extensions 2>/dev/null || true
%%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%% 2>/dev/null || true
@dirrm share/gnome/gwget
+@unexec update-desktop-database > /dev/null || /usr/bin/true