Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 02:48:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475139 - head/graphics/xmedcon
Message-ID:  <201807230248.w6N2mH0m058122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Jul 23 02:48:17 2018
New Revision: 475139
URL: https://svnweb.freebsd.org/changeset/ports/475139

Log:
  - Update to 0.15.0
  
  PR:		229945
  Submitted by:	ndowens.fbsd@yandex.com

Modified:
  head/graphics/xmedcon/Makefile
  head/graphics/xmedcon/distinfo
  head/graphics/xmedcon/pkg-plist

Modified: head/graphics/xmedcon/Makefile
==============================================================================
--- head/graphics/xmedcon/Makefile	Mon Jul 23 02:32:27 2018	(r475138)
+++ head/graphics/xmedcon/Makefile	Mon Jul 23 02:48:17 2018	(r475139)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmedcon
-PORTVERSION=	0.14.1
-PORTREVISION=	1
+PORTVERSION=	0.15.0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
 
@@ -14,6 +13,11 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 USES=		libtool pkgconfig tar:bzip2
+USE_GNOME=	cairo gdkpixbuf2
+
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
 		--enable-llcheck

Modified: head/graphics/xmedcon/distinfo
==============================================================================
--- head/graphics/xmedcon/distinfo	Mon Jul 23 02:32:27 2018	(r475138)
+++ head/graphics/xmedcon/distinfo	Mon Jul 23 02:48:17 2018	(r475139)
@@ -1,2 +1,3 @@
-SHA256 (xmedcon-0.14.1.tar.bz2) = a6d194bf44d3d6c96cd8d6e1ad586b5d5e20de1c09dbbb51c76f9e5fd4ae6949
-SIZE (xmedcon-0.14.1.tar.bz2) = 806103
+TIMESTAMP = 1532310236
+SHA256 (xmedcon-0.15.0.tar.bz2) = 8b5efdbcb73f915386bac08e0e1facbe7c8ed4160ef4725a488aa9c74292784a
+SIZE (xmedcon-0.15.0.tar.bz2) = 826296

Modified: head/graphics/xmedcon/pkg-plist
==============================================================================
--- head/graphics/xmedcon/pkg-plist	Mon Jul 23 02:32:27 2018	(r475138)
+++ head/graphics/xmedcon/pkg-plist	Mon Jul 23 02:48:17 2018	(r475139)
@@ -42,8 +42,8 @@ include/xmedcon/m-xtract.h
 include/xmedcon/medcon.h
 lib/libmdc.a
 lib/libmdc.so
-lib/libmdc.so.2
-lib/libmdc.so.2.0.1
+lib/libmdc.so.%%GTK3_VERSION%%
+lib/libmdc.so.3
 man/man1/medcon.1.gz
 %%X11%%man/man1/xmedcon.1.gz
 man/man1/xmedcon-config.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807230248.w6N2mH0m058122>