From owner-svn-ports-all@FreeBSD.ORG Thu Nov 8 12:36:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C2E9D15; Thu, 8 Nov 2012 12:36:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 721C98FC1A; Thu, 8 Nov 2012 12:36:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8CaXUn071165; Thu, 8 Nov 2012 12:36:33 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8CaXlV071163; Thu, 8 Nov 2012 12:36:33 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211081236.qA8CaXlV071163@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 8 Nov 2012 12:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307181 - head/graphics/telak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 12:36:33 -0000 Author: ehaupt Date: Thu Nov 8 12:36:32 2012 New Revision: 307181 URL: http://svnweb.freebsd.org/changeset/ports/307181 Log: - Update WWW - Trim header Feature safe: yes Modified: head/graphics/telak/Makefile head/graphics/telak/pkg-descr Modified: head/graphics/telak/Makefile ============================================================================== --- head/graphics/telak/Makefile Thu Nov 8 12:30:04 2012 (r307180) +++ head/graphics/telak/Makefile Thu Nov 8 12:36:32 2012 (r307181) @@ -1,9 +1,5 @@ -# New ports collection makefile for: telak -# Date created: 13 Sep 2005 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= telak PORTVERSION= 0.6 @@ -17,8 +13,8 @@ COMMENT= A tool to draw pictures on your LICENSE= GPLv2 -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + gcrypt:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_EFL= imlib2 Modified: head/graphics/telak/pkg-descr ============================================================================== --- head/graphics/telak/pkg-descr Thu Nov 8 12:30:04 2012 (r307180) +++ head/graphics/telak/pkg-descr Thu Nov 8 12:36:32 2012 (r307181) @@ -1,4 +1,4 @@ Telak is a small tool to draw local or remote pictures on your root window. This is very useful if you want to have RRD graphs drawn above your wallpaper. -WWW: http://julien.danjou.info/telak.html +WWW: http://julien.danjou.info/projects/telak