svn commit: r321400 - head/comms/gnocky

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 16:27:37 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at 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 at 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


More information about the svn-ports-all mailing list