svn commit: r396028 - head/sysutils/xbatt

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 18:50:13 UTC 2015


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>


More information about the svn-ports-head mailing list