Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 19:49:48 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488928 - head/devel/omniNotify
Message-ID:  <201901011949.x01JnmOC021582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Tue Jan  1 19:49:48 2019
New Revision: 488928
URL: https://svnweb.freebsd.org/changeset/ports/488928

Log:
  devel/omniNotify: Mark DEPRECATED as upstrem is unmaintained from 2004
  
  - Set EXPIRATION_DATE 2019-02-01
  - Take MAINTAINERSHIP

Modified:
  head/devel/omniNotify/Makefile

Modified: head/devel/omniNotify/Makefile
==============================================================================
--- head/devel/omniNotify/Makefile	Tue Jan  1 19:16:05 2019	(r488927)
+++ head/devel/omniNotify/Makefile	Tue Jan  1 19:49:48 2019	(r488928)
@@ -4,25 +4,29 @@
 PORTNAME=	omniNotify
 PORTVERSION=	2.1.01
 #It' snapshot of development version actually
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.stasyan.com/devel/distfiles/
 DISTNAME=	omniNotify-2-latest
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	CORBA Notification Service (CosNotification) for omniORB
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Unmaintained upstream since 2004
+EXPIRATIION_DATE=	2019-02-01
+
 LIB_DEPENDS=	libomniORB4.so:devel/omniORB-4.1
 # parts of omniORB4-4.1 source tree is required to build
 BUILD_DEPENDS=	${NONEXISTENT}:devel/omniORB-4.1:patch
 
+USES=		gmake python
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 OMNIORB_WRKSRC=	`cd ${PORTSDIR}/devel/omniORB-4.1 && ${MAKE} -V WRKSRC`
 
-USES=		gmake python
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
 MAKEFILE=	GNUmakefile



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