ports/141814: Update port: editors/gobby to 0.4.12
KATO Tsuguru
tkato432 at yahoo.com
Sun Dec 20 18:10:03 UTC 2009
>Number: 141814
>Category: ports
>Synopsis: Update port: editors/gobby to 0.4.12
>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: Sun Dec 20 18:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update net/net6 to version 1.3.11
- Update editors/gobby to version 0.4.12
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# net_net6.diff
# editors_gobby.diff
#
echo x - net_net6.diff
sed 's/^X//' >net_net6.diff << '690c02410f3a8ecf583936a37ceb4632'
Xdiff -urN /usr/ports/net/net6/Makefile net/net6/Makefile
X--- /usr/ports/net/net6/Makefile 2009-09-10 16:04:06.000000000 +0900
X+++ net/net6/Makefile 2009-12-21 01:48:02.000000000 +0900
X@@ -6,10 +6,9 @@
X #
X
X PORTNAME= net6
X-PORTVERSION= 1.3.10
X+PORTVERSION= 1.3.11
X CATEGORIES= net devel
X-MASTER_SITES= http://releases.0x539.de/net6/ \
X- http://www.atarininja.org/~wxs/distfiles/
X+MASTER_SITES= http://releases.0x539.de/net6/
X
X MAINTAINER= ports at FreeBSD.org
X COMMENT= Network access framework for IPv4/IPv6
X@@ -17,19 +16,20 @@
X LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
X gnutls.40:${PORTSDIR}/security/gnutls
X
X-USE_LDCONFIG= yes
X-USE_AUTOTOOLS= autoconf:262
X USE_GNOME= gnomehack pkgconfig
X+USE_AUTOTOOLS= libtool:22
X+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
X MAKE_JOBS_SAFE= yes
X+USE_LDCONFIG= yes
X
X-.if !defined(WITHOUT_NLS)
X-USE_GETTEXT= yes
X-USE_ICONV= yes
X-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
X-PLIST_SUB= NLS=""
X+.if defined(WITHOUT_NLS)
X+CONFIGURE_ARGS+=--disable-nls
X+PLIST_SUB+= NLS="@comment "
X .else
X-CONFIGURE_ARGS= --disable-nls
X-PLIST_SUB= NLS="@comment "
X+USE_GETTEXT= yes
X+PLIST_SUB+= NLS=""
X+CPPFLAGS= -I${LOCALBASE}/include
X+LDFLAGS= -L${LOCALBASE}/lib
X .endif
X
X .include <bsd.port.mk>
Xdiff -urN /usr/ports/net/net6/distinfo net/net6/distinfo
X--- /usr/ports/net/net6/distinfo 2009-08-30 16:03:50.000000000 +0900
X+++ net/net6/distinfo 2009-12-21 01:26:45.000000000 +0900
X@@ -1,3 +1,3 @@
X-MD5 (net6-1.3.10.tar.gz) = 9057eab1e9fc3650513241b7c8b0f899
X-SHA256 (net6-1.3.10.tar.gz) = 361b99ca872ce6e6e32d6c9e2ca372eefbb3be9b9ab1d62495a43055ce618d99
X-SIZE (net6-1.3.10.tar.gz) = 454813
X+MD5 (net6-1.3.11.tar.gz) = 7ae8b456875c340595a0c539d7108c76
X+SHA256 (net6-1.3.11.tar.gz) = 0147cff1a05e50bedd97a15e64388eb173359249bfadf0013907a7089b8b437f
X+SIZE (net6-1.3.11.tar.gz) = 457621
Xdiff -urN /usr/ports/net/net6/pkg-plist net/net6/pkg-plist
X--- /usr/ports/net/net6/pkg-plist 2009-08-30 16:03:50.000000000 +0900
X+++ net/net6/pkg-plist 2009-12-21 01:51:16.000000000 +0900
X@@ -32,10 +32,11 @@
X %%NLS%%share/locale/it/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/nb/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/nl/LC_MESSAGES/net6.mo
X-%%NLS%%share/locale/pt_BR/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/pt/LC_MESSAGES/net6.mo
X+%%NLS%%share/locale/pt_BR/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/ru/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/sk/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
X+%%NLS%%share/locale/uk/LC_MESSAGES/net6.mo
X %%NLS%%share/locale/zh_CN/LC_MESSAGES/net6.mo
X @dirrm include/net6
690c02410f3a8ecf583936a37ceb4632
echo x - editors_gobby.diff
sed 's/^X//' >editors_gobby.diff << '1abbcfac29f251b413047da96989b0aa'
Xdiff -urN /usr/ports/editors/gobby/Makefile editors/gobby/Makefile
X--- /usr/ports/editors/gobby/Makefile 2009-11-20 18:04:26.000000000 +0900
X+++ editors/gobby/Makefile 2009-12-21 01:54:53.000000000 +0900
X@@ -6,7 +6,7 @@
X #
X
X PORTNAME= gobby
X-PORTVERSION= 0.4.11
X+PORTVERSION= 0.4.12
X CATEGORIES= editors
X MASTER_SITES= http://releases.0x539.de/gobby/
X
X@@ -18,6 +18,8 @@
X xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
X gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
X
X+OPTIONS= GTKSPELL "Enable GtkSpell support" off
X+
X USE_GNOME= gnomehack gtksourceview2
X USE_GMAKE= yes
X GNU_CONFIGURE= yes
X@@ -26,4 +28,13 @@
X
X MAN1= ${PORTNAME}.1
X
X-.include <bsd.port.mk>
X+.include <bsd.port.pre.mk>
X+
X+.if defined(WITH_GTKSPELL)
X+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
X+CONFIGURE_ARGS+=--with-gtkspell
X+.else
X+CONFIGURE_ARGS+=--without-gtkspell
X+.endif
X+
X+.include <bsd.port.post.mk>
Xdiff -urN /usr/ports/editors/gobby/distinfo editors/gobby/distinfo
X--- /usr/ports/editors/gobby/distinfo 2009-11-20 18:04:26.000000000 +0900
X+++ editors/gobby/distinfo 2009-12-21 01:24:48.000000000 +0900
X@@ -1,3 +1,3 @@
X-MD5 (gobby-0.4.11.tar.gz) = 977c14bf3864979618046240967e8151
X-SHA256 (gobby-0.4.11.tar.gz) = c2523ca1caaa9b4abd95246595496c6321f4880200ba6a3b0e24bfed0f5db178
X-SIZE (gobby-0.4.11.tar.gz) = 458897
X+MD5 (gobby-0.4.12.tar.gz) = 835cc48f5177196e4a18610c2cb013bf
X+SHA256 (gobby-0.4.12.tar.gz) = 7b9f6e9aa79bb8f95d71e36efd90979b6905bee65162278c1b733e356949a579
X+SIZE (gobby-0.4.12.tar.gz) = 464464
Xdiff -urN /usr/ports/editors/gobby/pkg-plist editors/gobby/pkg-plist
X--- /usr/ports/editors/gobby/pkg-plist 2009-11-20 18:04:26.000000000 +0900
X+++ editors/gobby/pkg-plist 2009-12-21 02:00:27.000000000 +0900
X@@ -27,6 +27,7 @@
X share/locale/cs/LC_MESSAGES/gobby.mo
X share/locale/de/LC_MESSAGES/gobby.mo
X share/locale/el/LC_MESSAGES/gobby.mo
X+share/locale/en_GB/LC_MESSAGES/gobby.mo
X share/locale/es/LC_MESSAGES/gobby.mo
X share/locale/fr/LC_MESSAGES/gobby.mo
X share/locale/he/LC_MESSAGES/gobby.mo
X@@ -39,18 +40,19 @@
X share/locale/pt_BR/LC_MESSAGES/gobby.mo
X share/locale/ru/LC_MESSAGES/gobby.mo
X share/locale/sv/LC_MESSAGES/gobby.mo
X+share/locale/uk/LC_MESSAGES/gobby.mo
X share/locale/zh_CN/LC_MESSAGES/gobby.mo
X- at dirrm share/icons/HighContrastLargePrintInverse/scalable/apps
X- at dirrm share/icons/HighContrastLargePrintInverse/scalable
X- at dirrm share/icons/HighContrastLargePrintInverse/48x48/apps
X- at dirrm share/icons/HighContrastLargePrintInverse/48x48
X- at dirrm share/icons/HighContrastLargePrintInverse
X- at dirrm share/icons/HighContrastLargePrint/scalable/apps
X- at dirrm share/icons/HighContrastLargePrint/scalable
X- at dirrm share/icons/HighContrastLargePrint/48x48/apps
X- at dirrm share/icons/HighContrastLargePrint/48x48
X- at dirrm share/icons/HighContrastLargePrint
X- at dirrm share/icons
X+ at dirrmtry share/icons/HighContrastLargePrintInverse/scalable/apps
X+ at dirrmtry share/icons/HighContrastLargePrintInverse/scalable
X+ at dirrmtry share/icons/HighContrastLargePrintInverse/48x48/apps
X+ at dirrmtry share/icons/HighContrastLargePrintInverse/48x48
X+ at dirrmtry share/icons/HighContrastLargePrintInverse
X+ at dirrmtry share/icons/HighContrastLargePrint/scalable/apps
X+ at dirrmtry share/icons/HighContrastLargePrint/scalable
X+ at dirrmtry share/icons/HighContrastLargePrint/48x48/apps
X+ at dirrmtry share/icons/HighContrastLargePrint/48x48
X+ at dirrmtry share/icons/HighContrastLargePrint
X+ at dirrmtry share/icons
X @dirrm %%DATADIR%%/icons/hicolor/scalable/actions
X @dirrm %%DATADIR%%/icons/hicolor/scalable
X @dirrm %%DATADIR%%/icons/hicolor/48x48/actions
1abbcfac29f251b413047da96989b0aa
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list