svn commit: r316518 - head/multimedia/xine

Alex Kozlov ak at FreeBSD.org
Thu Apr 25 14:58:16 UTC 2013


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 at 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 \


More information about the svn-ports-all mailing list