svn commit: r395848 - in head/x11/tint: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 14:42:57 UTC 2015


Author: amdmi3
Date: Wed Sep  2 14:42:55 2015
New Revision: 395848
URL: https://svnweb.freebsd.org/changeset/ports/395848

Log:
  - Update to 0.12.2
  - Simplify passing etcdir to cmake
  
  PR:		202542
  Submitted by:	yamagi at yamagi.org (maintainer)

Deleted:
  head/x11/tint/files/
Modified:
  head/x11/tint/Makefile
  head/x11/tint/distinfo

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Wed Sep  2 14:13:38 2015	(r395847)
+++ head/x11/tint/Makefile	Wed Sep  2 14:42:55 2015	(r395848)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tint2
-PORTVERSION=	0.12.1
-PORTREVISION=	1
+PORTVERSION=	0.12.2
 CATEGORIES=	x11
 MASTER_SITES=	http://leigh123linux.fedorapeople.org/pub/${PORTNAME}/source/
 
@@ -19,7 +18,7 @@ USES=		alias cmake gettext pkgconfig
 USE_GNOME=	glib20 gtk20 librsvg2 pango
 USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
 
-CMAKE_ARGS=	-DMANDIR:PATH=man
+CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
 
 OPTIONS_DEFINE=	EXAMPLES
 EXAMPLES_CMAKE_ON=	-DENABLE_EXAMPLES:BOOL=ON

Modified: head/x11/tint/distinfo
==============================================================================
--- head/x11/tint/distinfo	Wed Sep  2 14:13:38 2015	(r395847)
+++ head/x11/tint/distinfo	Wed Sep  2 14:42:55 2015	(r395848)
@@ -1,2 +1,2 @@
-SHA256 (tint2-0.12.1.tar.gz) = 5731394b812215f56441146d2a50dcf063efda0a19ccf51b3599ddbe07b14559
-SIZE (tint2-0.12.1.tar.gz) = 230228
+SHA256 (tint2-0.12.2.tar.gz) = 3d5a0d37e4384affd2669bab4d38661772b8cd8b86a815b4cec111cb543e0eda
+SIZE (tint2-0.12.2.tar.gz) = 230439


More information about the svn-ports-head mailing list