svn commit: r356361 - head/www/opera

Alex Kozlov ak at FreeBSD.org
Tue Jun 3 13:40:28 UTC 2014


Author: ak
Date: Tue Jun  3 13:40:27 2014
New Revision: 356361
URL: http://svnweb.freebsd.org/changeset/ports/356361
QAT: https://qat.redports.org/buildarchive/r356361/

Log:
  - Take maintainership
  - While here, remove obsolete OSVERSION check

Modified:
  head/www/opera/Makefile

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Tue Jun  3 13:37:05 2014	(r356360)
+++ head/www/opera/Makefile	Tue Jun  3 13:40:27 2014	(r356361)
@@ -14,7 +14,7 @@ MASTER_SITES=	ftp://ftp.opera.com/pub/op
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,}/
 DISTNAME=	${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.${ARCH}.freebsd
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ak at FreeBSD.org
 COMMENT=	Blazingly fast, full-featured, standards-compliant browser
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
@@ -80,10 +80,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 OPERA_ARCH=	${ARCH:S,i386,intel,}
 
-.if ${OSVERSION} < 700000
-IGNORE=		only for FreeBSD 7.x and higher
-.endif
-
 .if ${OSVERSION} >= 1000054
 .if ${PORT_OPTIONS:MCOMPAT9}
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x


More information about the svn-ports-head mailing list