Date: Mon, 12 Jan 2015 18:32:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376842 - head/databases/firebird25-server Message-ID: <201501121832.t0CIW2nH057933@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jan 12 18:32:02 2015 New Revision: 376842 URL: https://svnweb.freebsd.org/changeset/ports/376842 QAT: https://qat.redports.org/buildarchive/r376842/ Log: databases/firebird25-(server,client): unbreak; 2.5.3 was re-released The firebird 2.5.3 SQL server was re-released, and the previous distfile was removed from sourceforge, thus breaking the build. Move to the latest distfile to fix the fetch phase. Modified: head/databases/firebird25-server/Makefile head/databases/firebird25-server/distinfo Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Mon Jan 12 18:15:22 2015 (r376841) +++ head/databases/firebird25-server/Makefile Mon Jan 12 18:32:02 2015 (r376842) @@ -3,10 +3,11 @@ PORTNAME= firebird PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server -DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26778-0 +DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26780-0 DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org Modified: head/databases/firebird25-server/distinfo ============================================================================== --- head/databases/firebird25-server/distinfo Mon Jan 12 18:15:22 2015 (r376841) +++ head/databases/firebird25-server/distinfo Mon Jan 12 18:32:02 2015 (r376842) @@ -1,2 +1,2 @@ -SHA256 (firebird/Firebird-2.5.3.26778-0.tar.bz2) = d4c561185e5df1c24b9c19d335d178b82d03bd15bab4963d2bc374eb75d41c4b -SIZE (firebird/Firebird-2.5.3.26778-0.tar.bz2) = 13991175 +SHA256 (firebird/Firebird-2.5.3.26780-0.tar.bz2) = 0c4b500d189aa9b4c12a7d2cf310a0b770118967c37ebe0edf8581cbcdad7aad +SIZE (firebird/Firebird-2.5.3.26780-0.tar.bz2) = 13798872
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501121832.t0CIW2nH057933>