Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 11:50:33 +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: r397814 - in head/sysutils/spiped: . files
Message-ID:  <201509251150.t8PBoXGt007391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 25 11:50:32 2015
New Revision: 397814
URL: https://svnweb.freebsd.org/changeset/ports/397814

Log:
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Deleted:
  head/sysutils/spiped/files/extra-patch-proto_proto__conn.c
Modified:
  head/sysutils/spiped/Makefile

Modified: head/sysutils/spiped/Makefile
==============================================================================
--- head/sysutils/spiped/Makefile	Fri Sep 25 11:50:24 2015	(r397813)
+++ head/sysutils/spiped/Makefile	Fri Sep 25 11:50:32 2015	(r397814)
@@ -32,11 +32,6 @@ USE_RC_SUBR=	spiped
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900503
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-proto_proto__conn.c
-.endif
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}



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