Date: Mon, 27 May 2013 15:50:59 +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: r319259 - head/sysutils/nvtv Message-ID: <201305271550.r4RFoxkU053723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sam@rfc1149.net> -# +# Created by: Samuel Tardieu <sam@rfc1149.net> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271550.r4RFoxkU053723>