Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 10:04:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385611 - head/graphics/libvisual
Message-ID:  <201505071004.t47A4vel023410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May  7 10:04:57 2015
New Revision: 385611
URL: https://svnweb.freebsd.org/changeset/ports/385611

Log:
  graphics/libvisual: minor improvements
  
  - Define LICENSE
  - MMX is unused if not slower on amd64
  - Don't suggest updates to 0.4.x

Modified:
  head/graphics/libvisual/Makefile   (contents, props changed)

Modified: head/graphics/libvisual/Makefile
==============================================================================
--- head/graphics/libvisual/Makefile	Thu May  7 10:04:43 2015	(r385610)
+++ head/graphics/libvisual/Makefile	Thu May  7 10:04:57 2015	(r385611)
@@ -6,13 +6,17 @@
 
 PORTNAME=	libvisual
 PORTVERSION=	0.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
+LICENSE=	LGPL21 # or any later version
+
+PORTSCOUT=	limit:^0\.2\.
+
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -22,7 +26,7 @@ INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+.if ${ARCH} == "i386"
 CFLAGS+=	-mmmx
 .endif
 



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