svn commit: r477954 - head/databases/mantis

Tobias Kortkamp tobik at FreeBSD.org
Fri Aug 24 10:32:47 UTC 2018


Author: tobik
Date: Fri Aug 24 10:32:46 2018
New Revision: 477954
URL: https://svnweb.freebsd.org/changeset/ports/477954

Log:
  databases/mantis: Revert fake update from r475644
  
  The checksums and sizes from 2.9.0 and 2.15.0 are identical because
  GH_TAGNAME was not updated as well, so the update to 2.15.0 never
  actually happened.
  
  PR:		229880
  Pointy hat:	joneum
  MFH:		2018Q3
  Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d

Modified:
  head/databases/mantis/Makefile
  head/databases/mantis/distinfo

Modified: head/databases/mantis/Makefile
==============================================================================
--- head/databases/mantis/Makefile	Fri Aug 24 10:10:45 2018	(r477953)
+++ head/databases/mantis/Makefile	Fri Aug 24 10:32:46 2018	(r477954)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	mantis
-PORTVERSION=	2.15.0
+PORTVERSION=	2.9.0
+PORTEPOCH=	1
 CATEGORIES=	databases www
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/databases/mantis/distinfo
==============================================================================
--- head/databases/mantis/distinfo	Fri Aug 24 10:10:45 2018	(r477953)
+++ head/databases/mantis/distinfo	Fri Aug 24 10:32:46 2018	(r477954)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1532858621
-SHA256 (mantisbt-mantisbt-2.15.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = a6b1bbd8fa7bc7f541e77a59e9f8a6fd496b8f61f2cd0423750ad6731af93522
-SIZE (mantisbt-mantisbt-2.15.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = 4547294
+TIMESTAMP = 1512569589
+SHA256 (mantisbt-mantisbt-2.9.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = a6b1bbd8fa7bc7f541e77a59e9f8a6fd496b8f61f2cd0423750ad6731af93522
+SIZE (mantisbt-mantisbt-2.9.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = 4547294
 SHA256 (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 5c67f724da6d2daa8931920b82f92319098badc47b57848c385a942a1420bdf4
 SIZE (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 1401641
 SHA256 (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = a9334857b2dfefb42273f5296ef89166e6d65fcca26857702bce579ba1add102


More information about the svn-ports-head mailing list