svn commit: r392323 - in head/graphics/feh: . files

Niclas Zeising zeising at FreeBSD.org
Thu Jul 16 21:19:33 UTC 2015


Author: zeising
Date: Thu Jul 16 21:19:31 2015
New Revision: 392323
URL: https://svnweb.freebsd.org/changeset/ports/392323

Log:
  Update to 2.13.1
  
  Sort USES and regenerate patch to please portlint.
  
  PR:		201429
  Submitted by:	mp39590 at gmail.com

Modified:
  head/graphics/feh/Makefile
  head/graphics/feh/distinfo
  head/graphics/feh/files/patch-config.mk

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Thu Jul 16 20:53:28 2015	(r392322)
+++ head/graphics/feh/Makefile	Thu Jul 16 21:19:31 2015	(r392323)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.12
-PORTREVISION=	1
+PORTVERSION=	2.13.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		libImlib2.so:${PORTSDIR}/graphics/imlib2
 
 USE_XORG=	x11 xt xinerama
-USES=		cpe gmake perl5 tar:bzip2 shebangfix desktop-file-utils
+USES=		cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2
 CPE_VENDOR=	daniel_friesel
 USE_PERL5=	run
 

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Thu Jul 16 20:53:28 2015	(r392322)
+++ head/graphics/feh/distinfo	Thu Jul 16 21:19:31 2015	(r392323)
@@ -1,2 +1,2 @@
-SHA256 (feh-2.12.tar.bz2) = 60e07a0f545f6fb7af7b6c0d2ce1ba6bacfa65380e83cbbc2c54e8aa6b8b7032
-SIZE (feh-2.12.tar.bz2) = 2090538
+SHA256 (feh-2.13.1.tar.bz2) = 865088d0481f6862d79d7c08d7b6cf1d25058a74a5784e511a1422fea8aba980
+SIZE (feh-2.13.1.tar.bz2) = 2117354

Modified: head/graphics/feh/files/patch-config.mk
==============================================================================
--- head/graphics/feh/files/patch-config.mk	Thu Jul 16 20:53:28 2015	(r392322)
+++ head/graphics/feh/files/patch-config.mk	Thu Jul 16 21:19:31 2015	(r392323)
@@ -1,6 +1,6 @@
---- config.mk.orig	2013-02-14 00:04:00.993386340 +0100
-+++ config.mk	2013-02-14 00:04:51.942387392 +0100
-@@ -6,12 +6,12 @@
+--- config.mk.orig	2015-05-24 09:46:21 UTC
++++ config.mk
+@@ -6,12 +6,12 @@ PREFIX ?= /usr/local
  
  # Directories for manuals, executables, docs, data, etc.
  main_dir = ${DESTDIR}${PREFIX}


More information about the svn-ports-all mailing list