Date: Fri, 4 Oct 2019 15:30:18 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513766 - head/french/verbiste Message-ID: <201910041530.x94FUIZH037164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Fri Oct 4 15:30:17 2019 New Revision: 513766 URL: https://svnweb.freebsd.org/changeset/ports/513766 Log: Update to 0.1.47: * The graphical interface can now be displayed in Italian. * Conjugation table fixes. * The regressions tests now succeed and are enabled in the port. Follow some suggestions from portlint and the stage QA checks. Approved by: maintainer timeout (9 weeks for update to 0.1.46) Modified: head/french/verbiste/Makefile head/french/verbiste/distinfo head/french/verbiste/pkg-plist Modified: head/french/verbiste/Makefile ============================================================================== --- head/french/verbiste/Makefile Fri Oct 4 12:43:41 2019 (r513765) +++ head/french/verbiste/Makefile Fri Oct 4 15:30:17 2019 (r513766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= verbiste -PORTVERSION= 0.1.44 +PORTVERSION= 0.1.47 CATEGORIES= french textproc MASTER_SITES= http://sarrazip.com/dev/ @@ -11,22 +11,27 @@ COMMENT= French verb conjugator/deconjugator LICENSE= GPLv2 -OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES - -USES= pathfix pkgconfig iconv:wchar_t libtool shebangfix -SHEBANG_FILES= ${WRKSRC}/examples/*.pl -GNU_CONFIGURE= yes +USES= gnome pathfix pkgconfig iconv:wchar_t libtool shebangfix USE_GNOME= libxml2 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +SHEBANG_FILES= ${WRKSRC}/examples/*.pl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +TEST_TARGET= check + +OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} -USE_GNOME+= gtk20 +USE_GNOME+= cairo gdkpixbuf2 gtk20 +LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 PLIST_SUB+= HASGTK="" .else CONFIGURE_ARGS+=--without-gtk-app Modified: head/french/verbiste/distinfo ============================================================================== --- head/french/verbiste/distinfo Fri Oct 4 12:43:41 2019 (r513765) +++ head/french/verbiste/distinfo Fri Oct 4 15:30:17 2019 (r513766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481227293 -SHA256 (verbiste-0.1.44.tar.gz) = 5ca77a342d234a10a376e2765f69ad358131b502520325c2f0c4303c38cab26e -SIZE (verbiste-0.1.44.tar.gz) = 780465 +TIMESTAMP = 1570142696 +SHA256 (verbiste-0.1.47.tar.gz) = 75761c24a013a01ec89108f75f319e83000f8147906518ad1458f879878d7f0a +SIZE (verbiste-0.1.47.tar.gz) = 781085 Modified: head/french/verbiste/pkg-plist ============================================================================== --- head/french/verbiste/pkg-plist Fri Oct 4 12:43:41 2019 (r513765) +++ head/french/verbiste/pkg-plist Fri Oct 4 15:30:17 2019 (r513766) @@ -20,8 +20,9 @@ man/man3/verbiste.3.gz %%HASGNOME%%share/applications/verbiste.desktop %%HASGUI%%share/locale/da/LC_MESSAGES/verbiste.mo %%HASGUI%%share/locale/de/LC_MESSAGES/verbiste.mo -%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo %%HASGUI%%share/locale/el/LC_MESSAGES/verbiste.mo +%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo +%%HASGUI%%share/locale/it/LC_MESSAGES/verbiste.mo %%HASGUI%%share/icons/hicolor/16x16/apps/verbiste.png %%HASGUI%%share/icons/hicolor/32x32/apps/verbiste.png %%HASGUI%%share/icons/hicolor/48x48/apps/verbiste.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910041530.x94FUIZH037164>