Date: Sat, 27 Nov 2004 20:18:57 +0100 From: "Radek Kozlowski" <radek@raadradd.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/74457: [MAINTAINER] ftp/gwget: update to 0.91 Message-ID: <1101583137.0@ddardaar> Resent-Message-ID: <200411271920.iARJKUSp031180@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74457 >Category: ports >Synopsis: [MAINTAINER] ftp/gwget: update to 0.91 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 27 19:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radek Kozlowski >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #9: Tue Nov 16 21:44:39 CET 2004 root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR >Description: - Update to 0.91 >How-To-Repeat: >Fix: --- gwget-0.91.diff begins here --- diff -ruN gwget.orig/Makefile gwget/Makefile --- gwget.orig/Makefile Sat Nov 27 19:54:32 2004 +++ gwget/Makefile Sat Nov 27 20:06:14 2004 @@ -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_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 @@ .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 -ruN gwget.orig/distinfo gwget/distinfo --- gwget.orig/distinfo Sat Nov 27 19:54:32 2004 +++ gwget/distinfo Sat Nov 27 19:57:11 2004 @@ -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 -ruN gwget.orig/pkg-plist gwget/pkg-plist --- gwget.orig/pkg-plist Sat Nov 27 19:54:32 2004 +++ gwget/pkg-plist Sat Nov 27 20:04:28 2004 @@ -13,6 +13,7 @@ %%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/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/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 @@ %%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 --- gwget-0.91.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1101583137.0>