aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/fireprofile/Makefile10
-rw-r--r--databases/fireprofile/pkg-descr2
2 files changed, 8 insertions, 4 deletions
diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile
index e33ecc176c5..02293275ae6 100644
--- a/databases/fireprofile/Makefile
+++ b/databases/fireprofile/Makefile
@@ -7,8 +7,9 @@
PORTNAME= fireprofile
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= databases
-MASTER_SITES= http://firestuff.org/projects/ \
+MASTER_SITES= http://www.firestuff.org/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
DISTNAME= fireprofile
@@ -18,13 +19,16 @@ MAINTAINER= dean@odyssey.apana.org.au
COMMENT= Library to help profiling where programs are using MySQL
MAN3= libfireprofile.3
-PLIST_FILES= lib/libfireprofile.so
+PLIST_FILES= lib/libfireprofile.so.0 lib/libfireprofile.so
-# This port does not work with 4.x
+INSTALLS_SHLIB= yes
USE_MYSQL= yes
DEFAULT_MYSQL_VER= 323
WANT_MYSQL_VER= 323
+post-install:
+ $(LN) ${PREFIX}/lib/libfireprofile.so ${PREFIX}/lib/libfireprofile.so.0
+
.if ${MACHINE_ARCH:L} == amd64
CFLAGS+= -fPIC
.endif
diff --git a/databases/fireprofile/pkg-descr b/databases/fireprofile/pkg-descr
index 74b35bc6398..23b5dcf3c13 100644
--- a/databases/fireprofile/pkg-descr
+++ b/databases/fireprofile/pkg-descr
@@ -5,7 +5,7 @@ using MySQL are spending their time. It intercepts MySQL queries
and provides EXPLAIN data about each query, as well as total
time spent on each query.
-WWW: http://firestuff.org/
+WWW: http://www.firestuff.org/
- Dean