From owner-svn-ports-all@FreeBSD.ORG Mon May 27 15:50:59 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 67DF2F46; Mon, 27 May 2013 15:50:59 +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 5A76DAF0; Mon, 27 May 2013 15:50:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4RFoxcK053724; Mon, 27 May 2013 15:50:59 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4RFoxkU053723; Mon, 27 May 2013 15:50:59 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305271550.r4RFoxkU053723@svn.freebsd.org> From: Boris Samorodov Date: Mon, 27 May 2013 15:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319259 - head/sysutils/nvtv 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: Mon, 27 May 2013 15:50:59 -0000 Author: bsam Date: Mon May 27 15:50:58 2013 New Revision: 319259 URL: http://svnweb.freebsd.org/changeset/ports/319259 Log: . remove shlib ABI version from LIB_DEPENDS; . bump PORTREVISION; . trim Makefile headers; . remove standard DISTNAME. Modified: head/sysutils/nvtv/Makefile Modified: head/sysutils/nvtv/Makefile ============================================================================== --- head/sysutils/nvtv/Makefile Mon May 27 15:45:47 2013 (r319258) +++ head/sysutils/nvtv/Makefile Mon May 27 15:50:58 2013 (r319259) @@ -1,21 +1,16 @@ -# New ports collection makefile for: nv-tv-out -# Date Created: 19 May 2004 -# Whom: Samuel Tardieu -# +# Created by: Samuel Tardieu # $FreeBSD$ -# PORTNAME= nvtv PORTVERSION= 0.4.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF/nv-tv-out/${PORTNAME}-src/${PORTVERSION} -DISTNAME= nvtv-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= TV output on nvidia card -LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci +LIB_DEPENDS= pci:${PORTSDIR}/devel/libpci ONLY_FOR_ARCHS= i386