aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql54-server/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-19 08:05:50 +0800
committerdirk <dirk@FreeBSD.org>2001-01-19 08:05:50 +0800
commit1d15e2f849e861834e5785c6f6b573cf279cc094 (patch)
tree59b9be2ffcd01de6e8c31e63eab3a22df8f55e7f /databases/mysql54-server/Makefile
parent707c63ec0ca22589540f4a5face90d716f074512 (diff)
downloadfreebsd-ports-gnome-1d15e2f849e861834e5785c6f6b573cf279cc094.tar.gz
freebsd-ports-gnome-1d15e2f849e861834e5785c6f6b573cf279cc094.tar.zst
freebsd-ports-gnome-1d15e2f849e861834e5785c6f6b573cf279cc094.zip
Upgrade to 3.23.31.
Diffstat (limited to 'databases/mysql54-server/Makefile')
-rw-r--r--databases/mysql54-server/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index 3eacfb2ad9e6..22c3331a5c1e 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME?= ${MASTERPORTNAME}
-PORTVERSION= 3.23.30
-PORTREVISION?= 1
+PORTVERSION= 3.23.31
CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
-DISTNAME= mysql-${PORTVERSION}-gamma
+DISTNAME= mysql-${PORTVERSION}
MAINTAINER= dirk@FreeBSD.org
@@ -46,7 +45,7 @@ CXXFLAGS= ${CFLAGS} -felide-constructors -fno-exceptions -fno-rtti
.if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
-PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
+PLIST_SUB= MYSQL_VERSION=${PORTVERSION}
post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S