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

Thomas Zander riggs at FreeBSD.org
Sat Aug 9 08:42:12 UTC 2014


Author: riggs
Date: Sat Aug  9 08:42:11 2014
New Revision: 364408
URL: http://svnweb.freebsd.org/changeset/ports/364408
QAT: https://qat.redports.org/buildarchive/r364408/

Log:
  - Update to upstream version 1.2
  - Correct e-mail address in Makefile header
  - Handle missing stripping of installed binary
  
  PR:		192509
  Submitted by:	solene at bsd.zplay.eu (maintainer)
  Approved by:	mentors (implicit)

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

Modified: head/graphics/sxiv/Makefile
==============================================================================
--- head/graphics/sxiv/Makefile	Sat Aug  9 08:03:35 2014	(r364407)
+++ head/graphics/sxiv/Makefile	Sat Aug  9 08:42:11 2014	(r364408)
@@ -1,8 +1,8 @@
-# Created by: Solène RAPENNE <charles at bsd.zplay.eu>
+# Created by: Solène RAPENNE <solene at bsd.zplay.eu>
 # $FreeBSD$
 
 PORTNAME=	sxiv
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/muennich/sxiv/archive/
 DISTNAME=	v${PORTVERSION}
@@ -20,8 +20,12 @@ USE_XORG=	x11
 
 PLIST_FILES=	bin/sxiv \
 		man/man1/sxiv.1.gz \
-		share/sxiv/exec/image-info
+		share/sxiv/exec/image-info \
+		share/sxiv/exec/key-handler
 PLIST_DIRS=	share/sxiv/exec \
 		share/sxiv
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sxiv
+
 .include <bsd.port.mk>

Modified: head/graphics/sxiv/distinfo
==============================================================================
--- head/graphics/sxiv/distinfo	Sat Aug  9 08:03:35 2014	(r364407)
+++ head/graphics/sxiv/distinfo	Sat Aug  9 08:42:11 2014	(r364408)
@@ -1,2 +1,2 @@
-SHA256 (v1.1.1.tar.gz) = 30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f
-SIZE (v1.1.1.tar.gz) = 37251
+SHA256 (v1.2.tar.gz) = ac76b69e4889137f2ce531ec4dc5ce9c4916bc575a30d351ebc7b0a684ef8cf3
+SIZE (v1.2.tar.gz) = 47775

Modified: head/graphics/sxiv/files/patch-Makefile
==============================================================================
--- head/graphics/sxiv/files/patch-Makefile	Sat Aug  9 08:03:35 2014	(r364407)
+++ head/graphics/sxiv/files/patch-Makefile	Sat Aug  9 08:42:11 2014	(r364408)
@@ -1,13 +1,13 @@
---- ./Makefile.orig	2013-06-02 07:04:40.000000000 -0300
-+++ ./Makefile	2014-01-17 00:55:01.000000000 -0200
+--- Makefile.orig	2014-08-08 12:09:29.000000000 +0200
++++ Makefile	2014-08-08 12:09:36.000000000 +0200
 @@ -1,9 +1,8 @@
- VERSION = 1.1.1
+ VERSION = 1.2
  
  PREFIX    = /usr/local
 -MANPREFIX = $(PREFIX)/share/man
 +MANPREFIX = $(PREFIX)/man
  
--CC      = gcc
- CFLAGS  = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB
- LDFLAGS = -L$(PREFIX)/lib
- LIBS    = -lX11 -lImlib2 -lgif
+-CC       = gcc
+ CFLAGS   = -std=c99 -Wall -pedantic -O2
+ CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB
+ LDFLAGS  = -L$(PREFIX)/lib


More information about the svn-ports-head mailing list