svn commit: r351545 - head/devel/bzapi

Olli Hauer ohauer at FreeBSD.org
Fri Apr 18 15:07:46 UTC 2014


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


More information about the svn-ports-all mailing list