Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 14:58:15 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316518 - head/multimedia/xine
Message-ID:  <201304251458.r3PEwFEZ004307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Thu Apr 25 14:58:15 2013
New Revision: 316518
URL: http://svnweb.freebsd.org/changeset/ports/316518

Log:
  - Remove unconditional USES= gettext
  - Remove indefinite article from COMMENT
  - Convert Makefile headers to new style

Modified:
  head/multimedia/xine/Makefile

Modified: head/multimedia/xine/Makefile
==============================================================================
--- head/multimedia/xine/Makefile	Thu Apr 25 14:07:35 2013	(r316517)
+++ head/multimedia/xine/Makefile	Thu Apr 25 14:58:15 2013	(r316518)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:    xine
-# Date created:         14 Oct 2000
-# Whom:                 alex
-#
 # $FreeBSD$
-#
 
 PORTNAME=	xine
 PORTVERSION=	0.99.7
@@ -13,7 +8,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}-ui-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An X11 multimedia player
+COMMENT=	X11 multimedia player
 
 LICENSE=	GPLv2
 
@@ -34,7 +29,6 @@ WIN32_CODECS_DESC=	Enable win32 codecs
 
 USE_XZ=		yes
 USE_XORG=	x11 xext xinerama xscrnsaver xt xtst xv xxf86vm
-USES=		gettext
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-vdr-keys \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304251458.r3PEwFEZ004307>