aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird25-server/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-01-12 18:32:02 +0000
committerJohn Marino <marino@FreeBSD.org>2015-01-12 18:32:02 +0000
commit9a2a4eeb50bd546ed4d5989f4300e8f3c413f076 (patch)
treef5c269b2c036a50d4c80f2f1049a9969dba6a19f /databases/firebird25-server/Makefile
parent70deb86e886549c063b4c85644f9c270d8def37a (diff)
downloadports-9a2a4eeb50bd546ed4d5989f4300e8f3c413f076.tar.gz
ports-9a2a4eeb50bd546ed4d5989f4300e8f3c413f076.zip
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.
Notes
Notes: svn path=/head/; revision=376842
Diffstat (limited to 'databases/firebird25-server/Makefile')
-rw-r--r--databases/firebird25-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile
index e6ad26493026..4e01080eff96 100644
--- a/databases/firebird25-server/Makefile
+++ b/databases/firebird25-server/Makefile
@@ -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