Hi ports -- Attached is a diff to update cad/gerbv to its latest version. Some WANTLIB churn here.
Take maintainer. ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/cad/gerbv/Makefile,v retrieving revision 1.28 diff -u -p -u -p -r1.28 Makefile --- Makefile 10 Apr 2017 11:45:24 -0000 1.28 +++ Makefile 9 Jun 2017 15:50:33 -0000 @@ -1,24 +1,24 @@ # $OpenBSD: Makefile,v 1.28 2017/04/10 11:45:24 sthen Exp $ COMMENT= viewer for Gerber (RS-274X) files -DISTNAME= gerbv-2.5.0 +DISTNAME= gerbv-2.6.2 CATEGORIES= cad graphics -REVISION= 7 HOMEPAGE= http://gerbv.gpleda.org/ +MAINTAINER= Brian Callahan <[email protected]> SHARED_LIBS += gerbv 0.1 # 1.5 # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi -WANTLIB += Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm expat ffi -WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 -WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 -WANTLIB += gtk-x11-2.0 harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pcre pixman-1 png pthread pthread-stubs ${LIBCXX} xcb xcb-render -WANTLIB += xcb-shm z +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama +WANTLIB += Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig +WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 +WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 +WANTLIB += harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre +WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm +WANTLIB += z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} Index: distinfo =================================================================== RCS file: /cvs/ports/cad/gerbv/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 18 Jan 2015 03:12:53 -0000 1.4 +++ distinfo 9 Jun 2017 15:50:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (gerbv-2.5.0.tar.gz) = /bbXjEx7GKiiXUP10GHh7OASSpP/YUg/8RFB+c19u0k= -SIZE (gerbv-2.5.0.tar.gz) = 2295221 +SHA256 (gerbv-2.6.2.tar.gz) = 8QSboW6aKsug05+Di/A2wJ7pDFJwDtAU1xNhEK2ZiLM= +SIZE (gerbv-2.6.2.tar.gz) = 2619053 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/cad/gerbv/pkg/PLIST,v retrieving revision 1.8 diff -u -p -u -p -r1.8 PLIST --- pkg/PLIST 16 Mar 2015 18:07:37 -0000 1.8 +++ pkg/PLIST 9 Jun 2017 15:50:33 -0000 @@ -1,7 +1,8 @@ @comment $OpenBSD: PLIST,v 1.8 2015/03/16 18:07:37 naddy Exp $ @bin bin/gerbv -include/gerbv-2.5.0/ -include/gerbv-2.5.0/gerbv.h +include/gerbv-2.6.2/ +include/gerbv-2.6.2/gerbv.h +@comment lib/charset.alias lib/libgerbv.a lib/libgerbv.la @lib lib/libgerbv.so.${LIBgerbv_VERSION} @@ -21,6 +22,8 @@ share/icons/hicolor/24x24/apps/gerbv-24. share/icons/hicolor/32x32/apps/gerbv-32.png share/icons/hicolor/48x48/apps/gerbv-48.png share/icons/hicolor/scalable/apps/gerbv.svg +@comment share/locale/locale.alias +share/locale/ru/LC_MESSAGES/gerbv.mo @exec %D/bin/update-desktop-database @unexec-delete %D/bin/update-desktop-database @exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
