Date: Thu, 20 Jun 2013 16:27:36 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321400 - head/comms/gnocky Message-ID: <201306201627.r5KGRapT087339@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201627.r5KGRapT087339>