svn commit: r488928 - head/devel/omniNotify

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jan 1 19:49:49 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	bofh at 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


More information about the svn-ports-head mailing list