svn commit: r376377 - in head/graphics/sxiv: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Jan 6 00:24:46 UTC 2015


Author: danilo
Date: Tue Jan  6 00:24:44 2015
New Revision: 376377
URL: https://svnweb.freebsd.org/changeset/ports/376377
QAT: https://qat.redports.org/buildarchive/r376377/

Log:
  - Update from 1.2 to 1.3.1
  - Add gmake to USES
  
  PR:		196509
  Submitted by:	solene at bsd.zplay.eu (maintainer)

Modified:
  head/graphics/sxiv/Makefile
  head/graphics/sxiv/distinfo
  head/graphics/sxiv/files/patch-Makefile

Modified: head/graphics/sxiv/Makefile
==============================================================================
--- head/graphics/sxiv/Makefile	Tue Jan  6 00:22:19 2015	(r376376)
+++ head/graphics/sxiv/Makefile	Tue Jan  6 00:24:44 2015	(r376377)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sxiv
-PORTVERSION=	1.2
-PORTREVISION=	2
+PORTVERSION=	1.3.1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/muennich/sxiv/archive/
 DISTNAME=	v${PORTVERSION}
@@ -13,10 +12,11 @@ COMMENT=	Lightweight image viewer
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2 \
+		libexif.so:${PORTSDIR}/graphics/libexif
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_XORG=	x11
 
 PLIST_FILES=	bin/sxiv \

Modified: head/graphics/sxiv/distinfo
==============================================================================
--- head/graphics/sxiv/distinfo	Tue Jan  6 00:22:19 2015	(r376376)
+++ head/graphics/sxiv/distinfo	Tue Jan  6 00:24:44 2015	(r376377)
@@ -1,2 +1,2 @@
-SHA256 (v1.2.tar.gz) = ac76b69e4889137f2ce531ec4dc5ce9c4916bc575a30d351ebc7b0a684ef8cf3
-SIZE (v1.2.tar.gz) = 47775
+SHA256 (v1.3.1.tar.gz) = 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e
+SIZE (v1.3.1.tar.gz) = 47171

Modified: head/graphics/sxiv/files/patch-Makefile
==============================================================================
--- head/graphics/sxiv/files/patch-Makefile	Tue Jan  6 00:22:19 2015	(r376376)
+++ head/graphics/sxiv/files/patch-Makefile	Tue Jan  6 00:24:44 2015	(r376377)
@@ -1,13 +1,13 @@
---- Makefile.orig	2014-08-08 12:09:29.000000000 +0200
-+++ Makefile	2014-08-08 12:09:36.000000000 +0200
+--- Makefile.orig	2015-01-05 15:14:09.374220605 +0100
++++ Makefile	2015-01-05 15:15:17.854285530 +0100
 @@ -1,9 +1,8 @@
- VERSION = 1.2
+ VERSION   := 1.3.1
  
- PREFIX    = /usr/local
--MANPREFIX = $(PREFIX)/share/man
-+MANPREFIX = $(PREFIX)/man
+ PREFIX    := /usr/local
+-MANPREFIX := $(PREFIX)/share/man
++MANPREFIX := $(PREFIX)/man
  
--CC       = gcc
- CFLAGS   = -std=c99 -Wall -pedantic -O2
- CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB
- LDFLAGS  = -L$(PREFIX)/lib
+-CC        ?= gcc
+ CFLAGS    += -std=c99 -Wall -pedantic
+ CPPFLAGS  += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB
+ LDFLAGS   += -L$(PREFIX)/lib


More information about the svn-ports-all mailing list