I fixed your notices.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/geany/Makefile,v
retrieving revision 1.52
diff -u -p -u -p -r1.52 Makefile
--- Makefile    26 Jul 2017 22:45:17 -0000      1.52
+++ Makefile    5 Aug 2017 13:07:21 -0000
@@ -2,9 +2,8 @@

 COMMENT=       small and lightweight IDE

-DISTNAME =     geany-1.29
-SHARED_LIBS +=  geany                     0.0 # 0.0
-REVISION =     0
+DISTNAME =     geany-1.31
+SHARED_LIBS +=  geany                     0.1 # 0.1

 CATEGORIES=    devel

@@ -18,8 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
 MASTER_SITES=  http://download.geany.org/
 EXTRACT_SUFX=  .tar.bz2

-MODULES=       devel/gettext \
-               textproc/intltool
+MODULES=       textproc/intltool

 USE_GMAKE=     Yes

@@ -27,12 +25,13 @@ WANTLIB += ICE SM X11 Xcomposite Xcursor
 WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
 WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
 WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
-WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz m
+WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz iconv intl m
 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
 WANTLIB += png pthread pthread-stubs ${COMPILER_LIBCXX} xcb xcb-render xcb-shm
 WANTLIB += z

-LIB_DEPENDS=   x11/gtk+3
+LIB_DEPENDS=   x11/gtk+3 \
+               devel/gettext
 RUN_DEPENDS=   devel/desktop-file-utils \
                devel/vte3 \
                x11/gtk+3,-guic
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/geany/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo    27 Feb 2017 11:18:57 -0000      1.17
+++ distinfo    5 Aug 2017 13:07:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (geany-1.29.tar.bz2) = OUMHWWvJCEGWF+TDPpPq6LW3M9/I0BFhZ3uMvTpPsg8=
-SIZE (geany-1.29.tar.bz2) = 4364252
+SHA256 (geany-1.31.tar.bz2) = MP25Brt2xCUai8+D7iZ9sowm72q4Z2aKeCzsEWSjq6U=
+SIZE (geany-1.31.tar.bz2) = 4355879
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/geany/pkg/PLIST,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 PLIST
--- pkg/PLIST   27 Feb 2017 11:18:57 -0000      1.24
+++ pkg/PLIST   5 Aug 2017 13:07:21 -0000
@@ -88,6 +88,7 @@ share/geany/GPL-2
 share/geany/colorschemes/
 share/geany/colorschemes/alt.conf
 share/geany/filedefs/
+share/geany/filedefs/filetypes.Arduino.conf
 share/geany/filedefs/filetypes.CUDA.conf
 share/geany/filedefs/filetypes.Clojure.conf
 share/geany/filedefs/filetypes.Cython.conf


OK?


2017-08-05 15:41 GMT+03:00 Stuart Henderson <s...@spacehopper.org>:

> On 2017/08/05 15:25, Андрей Болконский wrote:
> > Hello!
> >
> > cvs server: Diffing .
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/devel/geany/Makefile,v
> > retrieving revision 1.52
> > diff -u -p -u -p -r1.52 Makefile
> > --- Makefile    26 Jul 2017 22:45:17 -0000      1.52
> > +++ Makefile    5 Aug 2017 12:13:32 -0000
> > @@ -2,9 +2,8 @@
> >
> >  COMMENT=       small and lightweight IDE
> >
> > -DISTNAME =     geany-1.29
> > +DISTNAME =     geany-1.31
> >  SHARED_LIBS +=  geany                     0.0 # 0.0
> > -REVISION =     0
> >
> >  CATEGORIES=    devel
> >
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/devel/geany/distinfo,v
> > retrieving revision 1.17
> > diff -u -p -u -p -r1.17 distinfo
> > --- distinfo    27 Feb 2017 11:18:57 -0000      1.17
> > +++ distinfo    5 Aug 2017 12:13:32 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (geany-1.29.tar.bz2) = OUMHWWvJCEGWF+TDPpPq6LW3M9/
> I0BFhZ3uMvTpPsg8=
> > -SIZE (geany-1.29.tar.bz2) = 4364252
> > +SHA256 (geany-1.31.tar.bz2) = MP25Brt2xCUai8+
> D7iZ9sowm72q4Z2aKeCzsEWSjq6U=
> > +SIZE (geany-1.31.tar.bz2) = 4355879
> > cvs server: Diffing pkg
> >
> > Amd64 build ok.
> > ok?
>
> plist needs an update (new file) and the library minor version needs
> bumping (new function).
>
> Since it's being updated anyway, gettext should stop using the
> module - switch to a normal LIB_DEPENDS instead and regenerate
> WANTLIB (remove those lines, "make port-lib-depends-check", and
> copy in the new set).
>
> And CC the maintainer.
>

Reply via email to