svn commit: r488930 - head/devel/omniORB-4.1

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


Author: bofh
Date: Tue Jan  1 19:54:38 2019
New Revision: 488930
URL: https://svnweb.freebsd.org/changeset/ports/488930

Log:
  devel/omniORB-4.1: Mark DEPRECATED as using leegacy unmaitained version
  
  - Take MAINTAINERSHIP
  - Set EXPIRATION_DATE to 2019-02-15

Modified:
  head/devel/omniORB-4.1/Makefile

Modified: head/devel/omniORB-4.1/Makefile
==============================================================================
--- head/devel/omniORB-4.1/Makefile	Tue Jan  1 19:53:32 2019	(r488929)
+++ head/devel/omniORB-4.1/Makefile	Tue Jan  1 19:54:38 2019	(r488930)
@@ -8,17 +8,21 @@ CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	41
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Robust high performance CORBA ORB for C++ and Python
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Legacy version please consider using devel/omniORB
+EXPIRATION_DATE=2019-02-15
+
+USES=		gmake pkgconfig python:2.7 shebangfix ssl tar:bzip2
+
 CONFLICTS=	omniORB-4.2.*
 
 PLIST_SUB+=	SONUM=${PORTVERSION:C/.*\.//}
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig python:2.7 shebangfix ssl tar:bzip2
 SHEBANG_FILES=	src/tool/omniidl/python/scripts/omniidlrun.py
 USE_LDCONFIG=	yes
 MAKEFILE=	GNUmakefile


More information about the svn-ports-all mailing list