Date: Sun, 28 Jul 2013 13:32:05 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323827 - head/devel/dsss Message-ID: <201307281332.r6SDW5lu062018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dsss PORTVERSION= 0.78 @@ -14,6 +10,9 @@ MASTER_SITES= http://svn.dsource.org/pro MAINTAINER= ports@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307281332.r6SDW5lu062018>