Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 15:07:46 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351545 - head/devel/bzapi
Message-ID:  <201404181507.s3IF7kaD001167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Apr 18 15:07:45 2014
New Revision: 351545
URL: http://svnweb.freebsd.org/changeset/ports/351545
QAT: https://qat.redports.org/buildarchive/r351545/

Log:
  - mark depercated
  - Expiration date: 2014-06-14
  - bump PORTREVISION
  - add pkg-message showing deprecation message and hints
    where to find more Informations
  
  pkg-message:
  If you are interfacing with bugzilla.mozilla.org, then this REST API,
  generally referred to as "BzAPI", is DEPRECATED.
  
  For new projects, use the native REST API instead.
  
  WWW: https://wiki.mozilla.org/BMO/REST
  WWW: https://wiki.mozilla.org/Bugzilla:REST_API

Added:
  head/devel/bzapi/pkg-message   (contents, props changed)
Modified:
  head/devel/bzapi/Makefile

Modified: head/devel/bzapi/Makefile
==============================================================================
--- head/devel/bzapi/Makefile	Fri Apr 18 15:07:38 2014	(r351544)
+++ head/devel/bzapi/Makefile	Fri Apr 18 15:07:45 2014	(r351545)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bzapi
 DISTVERSION=	165:82e75bdd00be
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/pgollucci
 
@@ -32,6 +32,9 @@ USES=		perl5
 USE_PERL5=	configure
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
+DEPRECATED=	Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST
+EXPIRATION_DATE=	2014-06-14
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/script/*.pl	${STAGEDIR}${PREFIX}/bin
 	@(cd ${WRKSRC}/extension/BzAPI; ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/bugzilla/extensions/BzAPI)

Added: head/devel/bzapi/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bzapi/pkg-message	Fri Apr 18 15:07:45 2014	(r351545)
@@ -0,0 +1,7 @@
+If you are interfacing with bugzilla.mozilla.org, then this REST API,
+generally referred to as "BzAPI", is DEPRECATED.
+
+For new projects, use the native REST API instead.
+
+WWW: https://wiki.mozilla.org/BMO/REST
+WWW: https://wiki.mozilla.org/Bugzilla:REST_API



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