svn commit: r475139 - head/graphics/xmedcon
Wen Heping
wen at FreeBSD.org
Mon Jul 23 02:48:19 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list