svn commit: r387261 - in head/graphics/viewnior: . files
Rusmir Dusko
nemysis at FreeBSD.org
Sun May 24 11:47:03 UTC 2015
Author: nemysis
Date: Sun May 24 11:47:02 2015
New Revision: 387261
URL: https://svnweb.freebsd.org/changeset/ports/387261
Log:
- Update to 1.5, announce message is here:
http://siyanpanayotov.com/project/viewnior/news/
- Add master site
- Add USES gettext-tools [1]
- Add USE_GNOME gdkpixbuf2 intltool intlhack [1]
- Use gettext-runtime instead of gettext [1]
- Use pre-configure do avoid patching [1]
- Remove files/patch-Makefile.am [1]
PR: 199870
Submitted by: olivierd [1]
Deleted:
head/graphics/viewnior/files/
Modified:
head/graphics/viewnior/Makefile
head/graphics/viewnior/distinfo
head/graphics/viewnior/pkg-plist
Modified: head/graphics/viewnior/Makefile
==============================================================================
--- head/graphics/viewnior/Makefile Sun May 24 08:41:27 2015 (r387260)
+++ head/graphics/viewnior/Makefile Sun May 24 11:47:02 2015 (r387261)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= viewnior
-PORTVERSION= 1.4
-PORTREVISION= 2
+PORTVERSION= 1.5
CATEGORIES= graphics
+MASTER_SITES= http://siyanpanayotov.com/project/viewnior/
MAINTAINER= nemysis at FreeBSD.org
COMMENT= Fast and simple image viewer
@@ -16,10 +16,11 @@ LIB_DEPENDS= libexiv2.so:${PORTSDIR}/gra
USE_GITHUB= yes
GH_ACCOUNT= xsisqox
GH_PROJECT= Viewnior
-GH_TAGNAME= fc0f5cb
+GH_TAGNAME= 55ebe9b
-USES= autoreconf desktop-file-utils gmake libtool pkgconfig
-USE_GNOME= glib20 gtk20
+USES= autoreconf desktop-file-utils gmake libtool pkgconfig \
+ gettext-tools
+USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -30,7 +31,10 @@ PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
-NLS_USES= gettext
+NLS_USES= gettext-runtime
+
+pre-configure:
+ ${MKDIR} ${WRKSRC}/m4
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
Modified: head/graphics/viewnior/distinfo
==============================================================================
--- head/graphics/viewnior/distinfo Sun May 24 08:41:27 2015 (r387260)
+++ head/graphics/viewnior/distinfo Sun May 24 11:47:02 2015 (r387261)
@@ -1,2 +1,2 @@
-SHA256 (xsisqox-Viewnior-1.4-fc0f5cb_GH0.tar.gz) = b99ccff08e1771ba989114add142f0b22f50aeed1c179e961da168ba458bf3ad
-SIZE (xsisqox-Viewnior-1.4-fc0f5cb_GH0.tar.gz) = 164468
+SHA256 (xsisqox-Viewnior-1.5-55ebe9b_GH0.tar.gz) = 45f3815ea304b179d96b8b8a0610d62947219e89dc079f5092fe475e0465a9fa
+SIZE (xsisqox-Viewnior-1.5-55ebe9b_GH0.tar.gz) = 167375
Modified: head/graphics/viewnior/pkg-plist
==============================================================================
--- head/graphics/viewnior/pkg-plist Sun May 24 08:41:27 2015 (r387260)
+++ head/graphics/viewnior/pkg-plist Sun May 24 11:47:02 2015 (r387261)
@@ -9,6 +9,7 @@ share/icons/hicolor/48x48/apps/viewnior.
share/icons/hicolor/scalable/apps/viewnior.svg
%%NLS%%share/locale/ar/LC_MESSAGES/viewnior.mo
%%NLS%%share/locale/bg/LC_MESSAGES/viewnior.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/viewnior.mo
%%NLS%%share/locale/ca/LC_MESSAGES/viewnior.mo
%%NLS%%share/locale/ca at valencia/LC_MESSAGES/viewnior.mo
%%NLS%%share/locale/cs/LC_MESSAGES/viewnior.mo
More information about the svn-ports-head
mailing list