Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 18:50:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396028 - head/sysutils/xbatt
Message-ID:  <201509031850.t83IoC5S097798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  3 18:50:11 2015
New Revision: 396028
URL: https://svnweb.freebsd.org/changeset/ports/396028

Log:
  - Drop 8.x support

Modified:
  head/sysutils/xbatt/Makefile

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Thu Sep  3 18:38:18 2015	(r396027)
+++ head/sysutils/xbatt/Makefile	Thu Sep  3 18:50:11 2015	(r396028)
@@ -16,10 +16,4 @@ USES=		imake:noman
 USE_XORG=	xpm xaw
 PLIST_FILES=	"@(,operator,2755) bin/xbatt"
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64 && ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
-IGNORE=		doesn't support FreeBSD 8.x amd64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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