From owner-svn-ports-all@FreeBSD.ORG Thu Jun 20 16:27:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E24F4F85; Thu, 20 Jun 2013 16:27:36 +0000 (UTC) (envelope-from bsam@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 D4024144B; Thu, 20 Jun 2013 16:27:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KGRaZ2087340; Thu, 20 Jun 2013 16:27:36 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5KGRapT087339; Thu, 20 Jun 2013 16:27:36 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306201627.r5KGRapT087339@svn.freebsd.org> From: Boris Samorodov Date: Thu, 20 Jun 2013 16:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321400 - head/comms/gnocky 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, 20 Jun 2013 16:27:37 -0000 Author: bsam Date: Thu Jun 20 16:27:36 2013 New Revision: 321400 URL: http://svnweb.freebsd.org/changeset/ports/321400 Log: . remove shlib ABI version numbers from LIB_DEPENDS; . remove an article frmo COMMENT; . trim Makefile headers. Modified: head/comms/gnocky/Makefile Modified: head/comms/gnocky/Makefile ============================================================================== --- head/comms/gnocky/Makefile Thu Jun 20 16:23:22 2013 (r321399) +++ head/comms/gnocky/Makefile Thu Jun 20 16:27:36 2013 (r321400) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnocky -# Date created: 16 Jul 2008 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= gnocky PORTVERSION= 0.0.7 @@ -12,9 +8,9 @@ CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnocky/ MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical (GTK+2) frontend for gnokii +COMMENT= Graphical (GTK+2) frontend for gnokii -LIB_DEPENDS= gnokii.7:${PORTSDIR}/comms/gnokii +LIB_DEPENDS= gnokii:${PORTSDIR}/comms/gnokii USE_BZIP2= yes USE_GNOME= gtk20 libglade2