svn commit: r323827 - head/devel/dsss
Rene Ladan
rene at FreeBSD.org
Sun Jul 28 13:32:05 UTC 2013
Author: rene
Date: Sun Jul 28 13:32:04 2013
New Revision: 323827
URL: http://svnweb.freebsd.org/changeset/ports/323827
Log:
Mark deprecated and set expiration date to 2013-09-01, it depends on
the expired lang/gdc port.
While here, strip Makefile header and convert to optionsNG
Modified:
head/devel/dsss/Makefile (contents, props changed)
Modified: head/devel/dsss/Makefile
==============================================================================
--- head/devel/dsss/Makefile Sun Jul 28 13:21:04 2013 (r323826)
+++ head/devel/dsss/Makefile Sun Jul 28 13:32:04 2013 (r323827)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dsss
-# Date created: 14 Jun 2008
-# Whom: Dmitry Marakasov <amdmi3 at FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= dsss
PORTVERSION= 0.78
@@ -14,6 +10,9 @@ MASTER_SITES= http://svn.dsource.org/pro
MAINTAINER= ports at FreeBSD.org
COMMENT= D Shared Software System
+DEPRECATED= Depends on expired lang/gdc
+EXPIRATION_DATE=2013-09-01
+
BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc
USE_BZIP2= yes
@@ -26,7 +25,7 @@ PORTDOCS= *
MAN1= dsss.1 rebuild.1
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${OSVERSION} >= 900027
BROKEN= does not build
@@ -35,7 +34,7 @@ BROKEN= does not build
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' \
${WRKSRC}/dsss.conf
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e 's|install docs.*share/doc/dsss ;||' \
${WRKSRC}/dsss.conf
.endif
@@ -44,4 +43,4 @@ post-patch:
${WRKSRC}/rebuild/Makefile
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list