Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 05:42:18 +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: r308983 - head/textproc/artha
Message-ID:  <201212160542.qBG5gIM6013063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Dec 16 05:42:18 2012
New Revision: 308983
URL: http://svnweb.freebsd.org/changeset/ports/308983

Log:
  - Update to 1.0.3
  - Trim Makefile headers
  - Convert to optionsNG
  
  PR:		174123
  Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)

Modified:
  head/textproc/artha/Makefile
  head/textproc/artha/distinfo

Modified: head/textproc/artha/Makefile
==============================================================================
--- head/textproc/artha/Makefile	Sun Dec 16 05:38:02 2012	(r308982)
+++ head/textproc/artha/Makefile	Sun Dec 16 05:42:18 2012	(r308983)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	artha
-# Date created:		2011-03-15
-# Whom:			Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	artha
-PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTVERSION=	1.0.3
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -16,8 +11,8 @@ COMMENT=	A free cross-platform English t
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		WN.2:${PORTSDIR}/textproc/wordnet
+LIB_DEPENDS=	dbus-glib:${PORTSDIR}/devel/dbus-glib \
+		WN:${PORTSDIR}/textproc/wordnet
 
 MAN1=		artha.1
 
@@ -31,12 +26,13 @@ CONFIGURE_ARGS=	--enable-static=no --x-i
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
 
-OPTIONS=	NOTIFY "Popup word definition as notification" On
+OPTIONS_DEFINE=	NOTIFY
+NOTIFY_DESC=	Popup word definition as notification
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_NOTIFY)
-LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
+.if ${PORT_OPTIONS:MNOTIFY}
+LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
 .endif
 
 .include <bsd.port.mk>

Modified: head/textproc/artha/distinfo
==============================================================================
--- head/textproc/artha/distinfo	Sun Dec 16 05:38:02 2012	(r308982)
+++ head/textproc/artha/distinfo	Sun Dec 16 05:42:18 2012	(r308983)
@@ -1,2 +1,2 @@
-SHA256 (artha-1.0.2.tar.gz) = ed35903d37cbf364998ea58900fac01a7cfbab9f0ddb9f2c5bc0acb228c7952c
-SIZE (artha-1.0.2.tar.gz) = 408922
+SHA256 (artha-1.0.3.tar.gz) = e383d1e20147a7e278ab1c89e5b5fb5fd7f515f5ef57c0c0aae2449eebf50239
+SIZE (artha-1.0.3.tar.gz) = 441630



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