svn commit: r302637 - in head/sysutils/gsmartcontrol: . files

Pawel Pekala pawel at FreeBSD.org
Thu Aug 16 14:32:59 UTC 2012


Author: pawel
Date: Thu Aug 16 14:32:58 2012
New Revision: 302637
URL: http://svn.freebsd.org/changeset/ports/302637

Log:
  - Update to version 0.8.7
  - Add new mastersite
  - Add missing library deps
  - Port needs USE_PKGONFIG=build
  - Remove patches accepted upstream

Deleted:
  head/sysutils/gsmartcontrol/files/patch-data_gsmartcontrol-root.in
  head/sysutils/gsmartcontrol/files/patch-src-gsc_text_window.h
  head/sysutils/gsmartcontrol/files/patch-src_applib_storage__detector__other.cpp
Modified:
  head/sysutils/gsmartcontrol/Makefile
  head/sysutils/gsmartcontrol/distinfo

Modified: head/sysutils/gsmartcontrol/Makefile
==============================================================================
--- head/sysutils/gsmartcontrol/Makefile	Thu Aug 16 14:28:13 2012	(r302636)
+++ head/sysutils/gsmartcontrol/Makefile	Thu Aug 16 14:32:58 2012	(r302637)
@@ -5,24 +5,39 @@
 # $FreeBSD$
 #
 
-PORTNAME=		gsmartcontrol
-PORTVERSION=		0.8.6
-PORTREVISION=	2
-CATEGORIES=		sysutils
-MASTER_SITES=		${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+PORTNAME=	gsmartcontrol
+PORTVERSION=	0.8.7
+CATEGORIES=	sysutils
+MASTER_SITES=	http://artificialtime.com/${PORTNAME}/
 
 MAINTAINER=	pawel at FreeBSD.org
 COMMENT=	Graphical user interface for smartmontools
 
-LIB_DEPENDS=	gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
-		pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	atkmm-1.6:${PORTSDIR}/accessibility/atkmm \
+		glibmm-2.4:${PORTSDIR}/devel/glibmm \
+		pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+		sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
+		pcre:${PORTSDIR}/devel/pcre \
+		cairo:${PORTSDIR}/graphics/cairo \
+		cairomm-1.0:${PORTSDIR}/graphics/cairomm \
+		png15:${PORTSDIR}/graphics/png \
+		freetype:${PORTSDIR}/print/freetype2 \
+		expat:${PORTSDIR}/textproc/expat2 \
+		fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
+		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
+		pangomm-1.4:${PORTSDIR}/x11-toolkits/pangomm \
+		xcb:${PORTSDIR}/x11/libxcb
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		smartctl:${PORTSDIR}/sysutils/smartmontools
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GNOME=	pkgconfig
+USE_GETTEXT=	yes
+USE_ICONV=	yes
+USE_PKGCONFIG=	build
+USE_GNOME=	gtk20
+USE_XORG=	pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
+		xi xinerama xrandr xrender 
 INSTALLS_ICONS=	yes
 
 MAN1=		gsmartcontrol.1

Modified: head/sysutils/gsmartcontrol/distinfo
==============================================================================
--- head/sysutils/gsmartcontrol/distinfo	Thu Aug 16 14:28:13 2012	(r302636)
+++ head/sysutils/gsmartcontrol/distinfo	Thu Aug 16 14:32:58 2012	(r302637)
@@ -1,2 +1,2 @@
-SHA256 (gsmartcontrol-0.8.6.tar.bz2) = b0806c0a6b2c3d33755e78b67bd8a2ce895b07aee2a5a75767132694e0f41eda
-SIZE (gsmartcontrol-0.8.6.tar.bz2) = 673712
+SHA256 (gsmartcontrol-0.8.7.tar.bz2) = 708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6
+SIZE (gsmartcontrol-0.8.7.tar.bz2) = 684394



More information about the svn-ports-head mailing list