ports/116527: [MAINTAINER] databases/mysql-proxy: update to 0.6.0, reset maintainership

Gea-Suan Lin gslin at gslin.org
Sat Sep 22 00:00:36 UTC 2007


>Number:         116527
>Category:       ports
>Synopsis:       [MAINTAINER] databases/mysql-proxy: update to 0.6.0, reset maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 00:00:35 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jul 29 04:54:23 UTC 2007
>Description:
- Update to 0.6.0
- Reset maintainership to ports at FreeBSD.org

Added file(s):
- files/patch-examples-Makefile.in

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mysql-proxy-0.6.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/mysql-proxy/Makefile /home/staff/gslin/work/ports/mysql-proxy/Makefile
--- /usr/ports/databases/mysql-proxy/Makefile	2007-07-30 11:43:37.000000000 +0800
+++ /home/staff/gslin/work/ports/mysql-proxy/Makefile	2007-09-22 07:41:47.000000000 +0800
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	mysql-proxy
-PORTVERSION=	0.5.1
+PORTVERSION=	0.6.0
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_MYSQL}
 MASTER_SITE_SUBDIR=	MySQL-Proxy
 
-MAINTAINER=	gslin at gslin.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Monitor, analyze or transform the communication of MySQL
 
 LIB_DEPENDS=	event:${PORTSDIR}/devel/libevent \
 		glib:${PORTSDIR}/devel/glib20
 
-CONFIGURE_ARGS+=	--datadir="${DATADIR}" --with-lua --with-mysql
+CONFIGURE_ARGS+=	--with-lua --with-mysql
 CONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \
 		PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc"
diff -ruN --exclude=CVS /usr/ports/databases/mysql-proxy/distinfo /home/staff/gslin/work/ports/mysql-proxy/distinfo
--- /usr/ports/databases/mysql-proxy/distinfo	2007-07-09 09:41:26.000000000 +0800
+++ /home/staff/gslin/work/ports/mysql-proxy/distinfo	2007-09-22 07:29:04.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (mysql-proxy-0.5.1.tar.gz) = 5e02d31c954c60d12ea18c98ddedd93a
-SHA256 (mysql-proxy-0.5.1.tar.gz) = d9b98431f4589e820339c4cec3eabcaaab3e9497e501d09597c5535e374ef01a
-SIZE (mysql-proxy-0.5.1.tar.gz) = 255631
+MD5 (mysql-proxy-0.6.0.tar.gz) = b76ad6f059f78b9aaca49c8c29cb2719
+SHA256 (mysql-proxy-0.6.0.tar.gz) = 1035ad33a4712100add30ae928f4db4710d9ed25c5f7e8f517827ed86ad17ea9
+SIZE (mysql-proxy-0.6.0.tar.gz) = 480322
diff -ruN --exclude=CVS /usr/ports/databases/mysql-proxy/files/patch-examples-Makefile.in /home/staff/gslin/work/ports/mysql-proxy/files/patch-examples-Makefile.in
--- /usr/ports/databases/mysql-proxy/files/patch-examples-Makefile.in	1970-01-01 08:00:00.000000000 +0800
+++ /home/staff/gslin/work/ports/mysql-proxy/files/patch-examples-Makefile.in	2007-09-22 07:50:32.000000000 +0800
@@ -0,0 +1,45 @@
+--- examples/Makefile.in.orig	2007-09-12 00:55:20.000000000 +0800
++++ examples/Makefile.in	2007-09-22 07:50:30.000000000 +0800
+@@ -157,6 +157,7 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++examplesdir = @datadir@/examples/mysql-proxy
+ exec_prefix = @exec_prefix@
+ host = @host@
+ host_alias = @host_alias@
+@@ -236,20 +237,20 @@
+ uninstall-info-am:
+ install-dist_dataDATA: $(dist_data_DATA)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(datadir)" || $(mkdir_p) "$(DESTDIR)$(datadir)"
++	test -z "$(examplesdir)" || $(mkdir_p) "$(DESTDIR)$(examplesdir)"
+ 	@list='$(dist_data_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ 	  f=$(am__strip_dir) \
+-	  echo " $(dist_dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/$$f'"; \
+-	  $(dist_dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/$$f"; \
++	  echo " $(dist_dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(examplesdir)/$$f'"; \
++	  $(dist_dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(examplesdir)/$$f"; \
+ 	done
+ 
+ uninstall-dist_dataDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dist_data_DATA)'; for p in $$list; do \
+ 	  f=$(am__strip_dir) \
+-	  echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(datadir)/$$f"; \
++	  echo " rm -f '$(DESTDIR)$(examplesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(examplesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+@@ -289,7 +290,7 @@
+ check: check-am
+ all-am: Makefile $(DATA)
+ installdirs:
+-	for dir in "$(DESTDIR)$(datadir)"; do \
++	for dir in "$(DESTDIR)$(examplesdir)"; do \
+ 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+ 	done
+ install: install-am
diff -ruN --exclude=CVS /usr/ports/databases/mysql-proxy/pkg-plist /home/staff/gslin/work/ports/mysql-proxy/pkg-plist
--- /usr/ports/databases/mysql-proxy/pkg-plist	2007-07-09 09:42:00.000000000 +0800
+++ /home/staff/gslin/work/ports/mysql-proxy/pkg-plist	2007-09-22 07:51:48.000000000 +0800
@@ -1,10 +1,24 @@
 @comment $FreeBSD: ports/databases/mysql-proxy/pkg-plist,v 1.1 2007/07/09 01:42:00 clsung Exp $
-%%DATADIR%%/tutorial-basic.lua
-%%DATADIR%%/tutorial-constants.lua
-%%DATADIR%%/tutorial-inject.lua
-%%DATADIR%%/tutorial-packets.lua
-%%DATADIR%%/tutorial-query-time.lua
-%%DATADIR%%/tutorial-rewrite.lua
-%%DATADIR%%/tutorial-warnings.lua
+%%DATADIR%%/active-queries.lua
+%%DATADIR%%/analyze-query.lua
+%%DATADIR%%/auditing.lua
+%%DATADIR%%/histogram.lua
+%%DATADIR%%/proxy/auto-config.lua
+%%DATADIR%%/proxy/balance.lua
+%%DATADIR%%/proxy/commands.lua
+%%DATADIR%%/proxy/parser.lua
+%%DATADIR%%/proxy/tokenizer.lua
+%%DATADIR%%/rw-splitting.lua
+%%DATADIR%%/xtab.lua
+%%EXAMPLESDIR%%/tutorial-basic.lua
+%%EXAMPLESDIR%%/tutorial-constants.lua
+%%EXAMPLESDIR%%/tutorial-inject.lua
+%%EXAMPLESDIR%%/tutorial-packets.lua
+%%EXAMPLESDIR%%/tutorial-query-time.lua
+%%EXAMPLESDIR%%/tutorial-rewrite.lua
+%%EXAMPLESDIR%%/tutorial-states.lua
+%%EXAMPLESDIR%%/tutorial-warnings.lua
 sbin/mysql-proxy
+ at dirrmtry %%EXAMPLESDIR%%
+ at dirrmtry %%DATADIR%%/proxy
 @dirrmtry %%DATADIR%%
--- mysql-proxy-0.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list