Re: update: databases/leveldb

2012-08-16 Thread Stuart Henderson
On 2012/08/16 13:52, Jonathan Matthew wrote:
> Hi,
> 
> This updates leveldb from an svn snapshot to release 1.5.0.
> 
> One thing I'm not sure about is that I'm using upstream's shared library
> major/minor numbers rather than setting it to 0.1 or something.

We use our own versioning for this, it looks like they are just using
shared-library numbering based on the release version number. Please either
confirm whether there are ABI changes, or just bump the major i.e.
SHARED_LIBS=leveldb 1.0

More info at http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs

> +Skip checks for , snappy and tcmalloc.  We don't
> +have any of these, and with our current binutils, c++ -o /dev/null
> +deletes /dev/null, which is kind of bad.

fun!

Unfortunately gmail mangled your diff (at least tabs->spaces) so it
doesn't apply, as this is ports@ rather than the other lists, you could
send it as an attachment if necessary..



Re: [update] lang/node 0.8.2 -> 0.8.6

2012-08-16 Thread Aaron Bieber
On Thu, Aug 09, 2012 at 03:58:18PM -0700, Jeremy Evans wrote:
> On 08/09 07:54, Aaron Bieber wrote:
> > Hi,
> > 
> > This update brings node 0.8.2 to 0.8.6. I am looking for two OKs and
> > advice on the correctness of the "@unexec-delete" addition. 
>  
> I'm OK with this, but it may be better to move the man pages to the
> standard man locations (prefixing each file with npm-) and modify the
> npm help command to look in the standard locations.  Not sure how
> extensive of a patch that is to npm, though.  Assuming it's possible,
> I think it's beneficial as it will allow apropos to search the npm
> manual pages without modifying man.conf, setting MANPATH, or using
> apropos -m/-M.

I agree, we had talked about this a while back as well. I will re-look
into it!

> 
> > Native and non-native modules in ports compile against this.
> 
> Looks and tests fine on i386.  OK jeremy@.
> 
> Jeremy



update: devel/subversion 1.7.6

2012-08-16 Thread Stefan Sperling
Update to 1.7.6.
Fixes rather minor problems (we don't compile support for ra_serf
yet so the malicious server item doesn't apply).

Also include some mostly no-op changes from 'make update-plist'.

Version 1.7.6
(15 Aug 2012, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.6

 User-visible changes:
  - Client- and server-side bugfixes:

  - Client-side bugfixes:
* Fix "svn status -u --depth empty FILE" (r1348822, r1349215)
* Fix example output of 'svn help status' (issue #3962)
* svn propset of svn:eol-style might not notice related text changes 
(r1353572)
* sort output of 'svn propget -R' (r1355699)
* sort output of 'svn proplist' (r1355698)
* sort output of 'svn status' (r1341012)
* avoid a filestat per working copy find operation (r1340556)
* optimize 'svn upgrade' performance on large working copies (r1342984)
* allow 'file:///C:\repos' style arguments on Windows, like 1.6 (r1346765)
* fix ra_serf against Subversion 1.2 servers (r1349367)
* fix 'svn upgrade' on working copies with certain tree conflicts (r1345482)
* avoid workqueue references to system temp dir (r1367854)
* allow non-existant canonical paths (r1367853)
* fix 'svn revert --depth files' to operate on files (r1365554)
* fix ra_serf XML namespace handling against malicious server (r1337441)
* fix relocate with server-relative externals (issue 4216)
* change two asserts into errors for TortoiseSVN (r1368128, r1368065)
* don't attempt to anchor an operation outside a wc root (r1361341)

  - Server-side bugfixes:
* partial sync drops properties when converting to adds (issue #4184)
* replaying a copy and delete of an unreadable child fails (issue #4121)
* allow svnlook to operate on r0 (r1362508)
* make FSFS revision files independent of APR hash order (r1367498)

  - Other tool improvements and bugfixes:
* move mod_dontdothat to install-tools (r1307177)

 Developer-visible changes:
  - General:
* fix running tests against httpd 2.4 (r1291594)
* use constant struct initialisers for C89 compatibility (r1352068)

  - Bindings:
* JavaHL: Don't assert on some invalid input (r1354626, r1354652)
* JavaHL: Add missing new in 1.7 notifications (r1351772)

Index: Makefile
===
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.112
diff -u -p -r1.112 Makefile
--- Makefile6 Jun 2012 14:20:36 -   1.112
+++ Makefile16 Aug 2012 13:24:44 -
@@ -7,13 +7,9 @@ COMMENT-ruby=  ruby interface to subvers
 COMMENT-ap2=   apache2 subversion modules
 COMMENT-gnome-keyring= GNOME keyring support for subversion
 
-VERSION=   1.7.5
+VERSION=   1.7.6
 DISTNAME=  subversion-${VERSION}
 PKGNAME-main=  ${DISTNAME}
-REVISION-main= 0
-REVISION-perl= 0
-REVISION-python=   0
-REVISION-ruby= 0
 FULLPKGNAME-perl=  p5-SVN-${VERSION}
 FULLPKGPATH-perl=  devel/subversion,-perl
 FULLPKGNAME-python=py-subversion-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.34
diff -u -p -r1.34 distinfo
--- distinfo30 May 2012 12:16:14 -  1.34
+++ distinfo16 Aug 2012 13:25:13 -
@@ -1,5 +1,2 @@
-MD5 (subversion-1.7.5.tar.bz2) = 9jU7m1gQgc35cpkwDJ6tow==
-RMD160 (subversion-1.7.5.tar.bz2) = 4WaChpMRBW13cBbzX2Prz/Jy7Jo=
-SHA1 (subversion-1.7.5.tar.bz2) = BcB5diaQ1awczSVJdC5+9w+kXPE=
-SHA256 (subversion-1.7.5.tar.bz2) = 
yyPM0IsMHwxm/c2ncyZeQE2V83hJO6ZLSduq9UrkSuw=
-SIZE (subversion-1.7.5.tar.bz2) = 6002955
+SHA256 (subversion-1.7.6.tar.bz2) = 
0aTxPFyZKhUnoq6sJixvVOBzljzh0Tq/q7KpCYD6fQU=
+SIZE (subversion-1.7.6.tar.bz2) = 6006767
Index: pkg/PLIST-gnome-keyring
===
RCS file: /cvs/ports/devel/subversion/pkg/PLIST-gnome-keyring,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-gnome-keyring
--- pkg/PLIST-gnome-keyring 28 Apr 2012 09:53:38 -  1.3
+++ pkg/PLIST-gnome-keyring 16 Aug 2012 13:48:38 -
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST-gnome-keyring,v 1.3 2012/04/28 09:53:38 sthen Exp $
-@pkgpath subversion,gnome_keyring
 @conflict subversion-*-gnome_keyring
+@pkgpath subversion,gnome_keyring
 @comment lib/libsvn_auth_gnome_keyring-1.a
 @comment lib/libsvn_auth_gnome_keyring-1.la
 @lib lib/libsvn_auth_gnome_keyring-1.so.${LIBsvn_auth_gnome_keyring-1_VERSION}
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/devel/subversion/pkg/PLIST-main,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST-main
--- pkg/PLIST-main  28 Apr 2012 09:53:38 -  1.12
+++ pkg/PLIST-main  16 Aug 2012 13:56:35 -
@@ -1,8 +1,8 @@
 @comment $OpenBSD: PLIST-main,v 1.12 2012/04/28 09:53:38 sthen Exp $
+@conflic

Re: update: devel/subversion 1.7.6

2012-08-16 Thread Stuart Henderson
On 2012/08/16 16:07, Stefan Sperling wrote:
> Also include some mostly no-op changes from 'make update-plist'.

I would revert those (with the possible exception of putting info.rb
in the right alphabetical order), some of them are harmless but
unnecessary but the PLIST-python ones are wrong (MODPY_PY_PREFIX
is something of a problem in general with update-plist..)

> --- pkg/PLIST-python  26 Feb 2010 18:21:09 -  1.8
> +++ pkg/PLIST-python  16 Aug 2012 13:50:57 -
> @@ -1,8 +1,8 @@
>  @comment $OpenBSD: PLIST-python,v 1.8 2010/02/26 18:21:09 espie Exp $
>  @pkgpath devel/subversion,-python,gnome_keyring
> -lib/libsvn_swig_py-1.a
> -lib/libsvn_swig_py-1.la
> -@lib lib/libsvn_swig_py-1.so.${LIBsvn_swig_py-1_VERSION}
> +lib/libsvn_swig_${MODPY_PY_PREFIX}1.a
> +lib/libsvn_swig_${MODPY_PY_PREFIX}1.la
> +@lib lib/libsvn_swig_${MODPY_PY_PREFIX}1.so.${LIBsvn_swig_py-1_VERSION}
>  lib/python${MODPY_VERSION}/site-packages/libsvn/
>  lib/python${MODPY_VERSION}/site-packages/libsvn/__init__.py
>  lib/python${MODPY_VERSION}/site-packages/libsvn/__init__.pyc



UPDATE: LLVM - update library link spec for libpthread

2012-08-16 Thread Brad Smith
The diff below updates LLVM/Clang's Driver to mimic the new
link spec behavior from gcc4. Looked over by Matthew and he
thinks it looks good.


Index: Makefile
===
RCS file: /home/cvs/ports/devel/llvm/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- Makefile8 Aug 2012 09:35:24 -   1.48
+++ Makefile15 Aug 2012 11:12:22 -
@@ -10,7 +10,7 @@ COMMENT = modular, fast C/C++/ObjC compi
 LLVM_V =   3.1
 DISTNAME = llvm-${LLVM_V}.src
 PKGNAME =  llvm-${LLVM_V}
-REVISION = 3
+REVISION = 4
 CATEGORIES =   devel
 
 # packager notes in http://llvm.org/docs/Packaging.html
Index: patches/patch-tools_clang_lib_Driver_Tools_cpp
===
RCS file: patches/patch-tools_clang_lib_Driver_Tools_cpp
diff -N patches/patch-tools_clang_lib_Driver_Tools_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-tools_clang_lib_Driver_Tools_cpp  16 Aug 2012 06:23:46 
-
@@ -0,0 +1,30 @@
+$OpenBSD$
+--- tools/clang/lib/Driver/Tools.cpp.orig  Wed Apr 18 17:32:25 2012
 tools/clang/lib/Driver/Tools.cpp   Thu Aug 16 02:23:30 2012
+@@ -4672,14 +4672,20 @@ void openbsd::Link::ConstructJob(Compilation &C, const
+ // the default system libraries. Just mimic this for now.
+ CmdArgs.push_back("-lgcc");
+ 
+-if (Args.hasArg(options::OPT_pthread))
+-  CmdArgs.push_back("-lpthread");
+-if (!Args.hasArg(options::OPT_shared)) {
+-  if (Args.hasArg(options::OPT_pg)) 
+- CmdArgs.push_back("-lc_p");
++if (Args.hasArg(options::OPT_pthread)) {
++  if (!Args.hasArg(options::OPT_shared) &&
++  Args.hasArg(options::OPT_pg))
++ CmdArgs.push_back("-lpthread_p");
+   else
+- CmdArgs.push_back("-lc");
++ CmdArgs.push_back("-lpthread");
+ }
++
++if (!Args.hasArg(options::OPT_shared) &&
++Args.hasArg(options::OPT_pg)) 
++  CmdArgs.push_back("-lc_p");
++else
++  CmdArgs.push_back("-lc");
++
+ CmdArgs.push_back("-lgcc");
+   }
+ 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



UPDATE: GCC - update library link spec for libpthread

2012-08-16 Thread Brad Smith
Update the GCC ports to sync the OpenBSD LIB_SPEC with the base gcc4
for the new libpthread handling.

Tested with gcc 3.3/4.2/4.6 on amd64.


Index: 3.3/Makefile
===
RCS file: /home/cvs/ports/lang/gcc/3.3/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- 3.3/Makefile21 Jun 2012 13:56:57 -  1.59
+++ 3.3/Makefile16 Aug 2012 07:12:03 -
@@ -23,7 +23,7 @@ SHARED_LIBS = estdc++ 7.0 \
objc2.0 \
objc_gc 2.0
 
-REVISION-main =3
+REVISION-main =4
 REVISION-c++ = 5
 REVISION-estdc =   2
 REVISION-g77 = 4
Index: 3.3/patches/patch-gcc_config_openbsd-libpthread_h
===
RCS file: 
/home/cvs/ports/lang/gcc/3.3/patches/patch-gcc_config_openbsd-libpthread_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gcc_config_openbsd-libpthread_h
--- 3.3/patches/patch-gcc_config_openbsd-libpthread_h   3 Jan 2005 15:21:27 
-   1.1.1.1
+++ 3.3/patches/patch-gcc_config_openbsd-libpthread_h   16 Aug 2012 07:11:45 
-
@@ -1,6 +1,6 @@
 $OpenBSD: patch-gcc_config_openbsd-libpthread_h,v 1.1.1.1 2005/01/03 15:21:27 
espie Exp $
 gcc/config/openbsd-libpthread.h.orig   Mon Jan  3 10:17:43 2005
-+++ gcc/config/openbsd-libpthread.hMon Jan  3 10:17:43 2005
+--- gcc/config/openbsd-libpthread.h.orig   Thu Aug 16 03:08:41 2012
 gcc/config/openbsd-libpthread.hThu Aug 16 03:09:49 2012
 @@ -0,0 +1,23 @@
 +/* LIB_SPEC appropriate for OpenBSD.  Include -lpthread if -pthread is
 +   specified on the command line. */
@@ -23,5 +23,5 @@ $OpenBSD: patch-gcc_config_openbsd-libpt
 +the Free Software Foundation, 59 Temple Place - Suite 330,
 +Boston, MA 02111-1307, USA.  */
 +
-+#define OBSD_LIB_SPEC "%{!shared:%{pthread:-lpthread%{p:_p}%{!p:%{pg:_p 
%{!shared:-lc%{p:_p}%{!p:%{pg:_p}}}"
++#define OBSD_LIB_SPEC "%{pthread:-lpthread%{!shared:%{p|pg:_p}}} 
-lc%{!shared:%{p|pg:_p}}"
 +
Index: 4.2/Makefile
===
RCS file: /home/cvs/ports/lang/gcc/4.2/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- 4.2/Makefile21 Jun 2012 13:56:57 -  1.79
+++ 4.2/Makefile16 Aug 2012 07:13:33 -
@@ -19,7 +19,7 @@ PKGNAME-java =  gcj-${FULL_PKGVERSION}
 PKGNAME-objc =  gobjc-${FULL_PKGVERSION}
 PKGNAME-ada =   gnat-${FULL_PKGVERSION}
 
-REVISION-main = 9
+REVISION-main = 10
 REVISION-c++ = 13
 REVISION-estdc = 3
 REVISION-f95 = 11
Index: 4.2/patches/patch-gcc_config_openbsd-libpthread_h
===
RCS file: 
/home/cvs/ports/lang/gcc/4.2/patches/patch-gcc_config_openbsd-libpthread_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-gcc_config_openbsd-libpthread_h
--- 4.2/patches/patch-gcc_config_openbsd-libpthread_h   20 Oct 2006 13:43:18 
-  1.1
+++ 4.2/patches/patch-gcc_config_openbsd-libpthread_h   16 Aug 2012 07:17:55 
-
@@ -1,6 +1,6 @@
 $OpenBSD: patch-gcc_config_openbsd-libpthread_h,v 1.1 2006/10/20 13:43:18 
espie Exp $
 gcc/config/openbsd-libpthread.h.orig   Wed Oct 18 13:46:36 2006
-+++ gcc/config/openbsd-libpthread.hWed Oct 18 13:46:50 2006
+--- gcc/config/openbsd-libpthread.h.orig   Thu Aug 16 03:15:26 2012
 gcc/config/openbsd-libpthread.hThu Aug 16 03:16:44 2012
 @@ -0,0 +1,23 @@
 +/* LIB_SPEC appropriate for OpenBSD.  Include -lpthread if -pthread is
 +   specified on the command line. */
@@ -23,5 +23,5 @@ $OpenBSD: patch-gcc_config_openbsd-libpt
 +the Free Software Foundation, 59 Temple Place - Suite 330,
 +Boston, MA 02111-1307, USA.  */
 +
-+#define OBSD_LIB_SPEC "%{!shared:%{pthread:-lpthread} -lc}"
++#define OBSD_LIB_SPEC "%{pthread:-lpthread%{!shared:%{p|pg:_p}}} 
-lc%{!shared:%{p|pg:_p}}"
 +
Index: 4.6/Makefile
===
RCS file: /home/cvs/ports/lang/gcc/4.6/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- 4.6/Makefile1 Jul 2012 18:28:40 -   1.28
+++ 4.6/Makefile16 Aug 2012 07:18:25 -
@@ -18,7 +18,7 @@ PKGNAME-objc =  gobjc-${FULL_PKGVERSION}
 PKGNAME-ada =   gnat-${FULL_PKGVERSION}
 PKGNAME-go =   gccgo-${FULL_PKGVERSION}
 
-REVISION-main = 3
+REVISION-main = 4
 REVISION-c++ = 6
 REVISION-estdc = 3
 REVISION-f95 = 3
Index: 4.6/patches/patch-gcc_config_openbsd-libpthread_h
===
RCS file: 4.6/patches/patch-gcc_config_openbsd-libpthread_h
diff -N 4.6/patches/patch-gcc_config_openbsd-libpthread_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ 4.6/patches/patch-gcc_config_openbsd-libpthread_h   16 Aug 2012 07:24:30 
-
@@ -0,0 +1,10 @@
+$OpenBSD$
+--- gcc/config/openbsd-libpthread.h.orig   Thu Aug 16 03:22:15 2012
 gcc/config/openbsd-libpthread.hThu Aug 16 03:22:55 2012
+@@

Re: UPDATE: GCC - update library link spec for libpthread

2012-08-16 Thread Matthew Dempsky
On Thu, Aug 16, 2012 at 7:55 AM, Brad Smith  wrote:
> Update the GCC ports to sync the OpenBSD LIB_SPEC with the base gcc4
> for the new libpthread handling.
>
> Tested with gcc 3.3/4.2/4.6 on amd64.

Looks right to me.  ok matthew



www/sope www/sogo update to 1.3.17

2012-08-16 Thread Sebastian Reitenbach
Hi,

I have the following running since some time on amd64. Updates www/sope 
www/sogo to the latest releases.

After updating, a SQL script needs to be run, to enlarge a field in the 
calendar tables, as explained in the
upgrade information in the README.

OK?

Sebastian

Index: Makefile
===
RCS file: /cvs/ports/www/sope/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile8 Jul 2012 14:18:18 -   1.21
+++ Makefile16 Aug 2012 16:37:17 -
@@ -4,7 +4,7 @@
 COMMENT-mysql= SOPE MySQL adaptor
 COMMENT-postgres=  SOPE PostgreSQL adaptor
 
-VERSION =  1.3.16
+VERSION =  1.3.17
 DISTNAME = SOPE-${VERSION}
 PKGNAME-main = sope-${VERSION}
 PKGNAME-mysql =sope-mysql-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/www/sope/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo8 Jul 2012 14:18:18 -   1.11
+++ distinfo16 Aug 2012 16:37:17 -
@@ -1,5 +1,2 @@
-MD5 (SOPE-1.3.16.tar.gz) = sg9k0FgBi6tMjaRFCCTpVg==
-RMD160 (SOPE-1.3.16.tar.gz) = zVURCyxaHnolVyy9d9sTqViYdyg=
-SHA1 (SOPE-1.3.16.tar.gz) = MrHcTmdpGb8aDuuWA896k3wIEOU=
-SHA256 (SOPE-1.3.16.tar.gz) = gsgU9AWHDfv77bOSapHC2NfnHjQOwQ4IQT2EbFzvLnk=
-SIZE (SOPE-1.3.16.tar.gz) = 2157287
+SHA256 (SOPE-1.3.17.tar.gz) = VvBL08SSHwzmwUkonU5tBxNekchE4VswmLf0u5BJJVY=
+SIZE (SOPE-1.3.17.tar.gz) = 2157318
Index: patches/patch-sope-gdl1_GDLAccess_EOExpressionArray_m
===
RCS file: patches/patch-sope-gdl1_GDLAccess_EOExpressionArray_m
diff -N patches/patch-sope-gdl1_GDLAccess_EOExpressionArray_m
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-sope-gdl1_GDLAccess_EOExpressionArray_m   16 Aug 2012 
16:37:17 -
@@ -0,0 +1,26 @@
+$OpenBSD$
+
+Fix crasher in OGo when running OGo with LC_CTYPE='de_DE.UTF-8' and searching
+with Umlauts.
+
+--- sope-gdl1/GDLAccess/EOExpressionArray.m.orig   Tue Jul 31 17:37:56 2012
 sope-gdl1/GDLAccess/EOExpressionArray.mTue Jul 31 17:38:31 2012
+@@ -140,14 +140,16 @@
+   relationshipPaths:(NSMutableArray *)relationshipPaths  
+ {
+ EOExpressionArray *exprArray;
+-unsigned char buf[[expression cStringLength] + 4]; // TODO: not too good
++unsigned char buf[[expression 
lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 4]; // TODO: not too good
+ const unsigned char *s, *start;
+ id objectToken;
+ NSAutoreleasePool *pool;
+ 
+ exprArray = [[EOExpressionArray new] autorelease];
+ pool = [[NSAutoreleasePool alloc] init];
+-[expression getCString:(char *)buf];
++[expression getCString:(char *)buf 
++  maxLength:[expression 
lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 4
++  encoding:NSUTF8StringEncoding];
+ s = buf;
+ 
+ /* Divide the expression string in alternating substrings that obey the



Index: Makefile
===
RCS file: /cvs/ports/www/sogo/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile8 Jul 2012 14:21:02 -   1.19
+++ Makefile16 Aug 2012 16:44:45 -
@@ -2,7 +2,7 @@
 
 COMMENT =  web based groupware server
 
-VERSION =  1.3.16
+VERSION =  1.3.17
 DISTNAME = SOGo-${VERSION}
 PKGNAME =  sogo-${VERSION}
 
@@ -66,5 +66,11 @@
${INSTALL_SCRIPT} -c -o ${SHAREOWN} -g ${SHAREGRP} \
${WRKSRC}/Scripts/sql-update-1.3.11_to_1.3.12-mysql.sh \
${PREFIX}/share/doc/sogo/sql-update-1.3.11_to_1.3.12-mysql.sh
+   ${INSTALL_SCRIPT} -c -o ${SHAREOWN} -g ${SHAREGRP} \
+   ${WRKSRC}/Scripts/sql-update-1.3.16_to_1.3.17.sh \
+   ${PREFIX}/share/doc/sogo/sql-update-1.3.16_to_1.3.17-postgres.sh
+   ${INSTALL_SCRIPT} -c -o ${SHAREOWN} -g ${SHAREGRP} \
+   ${WRKSRC}/Scripts/sql-update-1.3.16_to_1.3.17-mysql.sh \
+   ${PREFIX}/share/doc/sogo/sql-update-1.3.16_to_1.3.17-mysql.sh
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/sogo/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo8 Jul 2012 14:21:02 -   1.9
+++ distinfo16 Aug 2012 16:44:45 -
@@ -1,5 +1,2 @@
-MD5 (SOGo-1.3.16.tar.gz) = fv1mAnTSuHJRFcvi/hZn6Q==
-RMD160 (SOGo-1.3.16.tar.gz) = fZ6YYdL3WufQuy9i+iGyXmeEFZw=
-SHA1 (SOGo-1.3.16.tar.gz) = kSrSRH8zt2fnVSeuSScR5GEm0QY=
-SHA256 (SOGo-1.3.16.tar.gz) = EVvie39+njhhhRkJUM2bBIdEuQ3LsiX73h7+3Vi8Z3U=
-SIZE (SOGo-1.3.16.tar.gz) = 4930514
+SHA256 (SOGo-1.3.17.tar.gz) = MSFQIg3rEebzSY302Bj0T+CfTui+TmQMn6+O8zN87HQ=
+SIZE (SOGo-1.3.17.tar.gz) = 4953951
Index: patches/patch-Scripts_sql-update-1_3_16_to_1_3_17-mysql_sh
===
RCS file: patches/patch-Scri

兄弟公司

2012-08-16 Thread hechenglan
本公司与各《兄弟》公司可为您提供包括:广告、咨询、会议、工程、租赁、商品销售、住\宿、工业统一、国内运输,国际货运、海关缴款书,等等。以上入帐作帐(凭/据)均可上网查询和验证,税点从优,欢迎来电咨询。联系人:13928482173  
 赵生

UPDATE: Diffstat-1.55

2012-08-16 Thread Gonzalo L. R.
Hi,

Little update for diffstat:

+ add -R option, like patch's, to reverse the order of the comparison.
+ address documentation issue raised in Novell #739210
+ correct typo s/Solaris/Solar/.
+ updated configure script macros:
CF_ANSI_CC_CHECK
CF_DISABLE_LEAKS
CF_GCC_ATTRIBUTES
CF_GCC_WARNINGS
CF_MAKE_TAGS
CF_MSG_LOG
CF_PATH_PROG
CF_WITH_INSTALL_PREFIX
CF_XOPEN_SOURCE
+ update config.guess, config.sub

Ok? Comments? 

Little test on i386. Maintainer timeout.

Thanks.

-- 
Sending from my VCR.


Index: Makefile
===
RCS file: /cvs/ports/textproc/diffstat/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile20 Mar 2011 20:25:23 -  1.14
+++ Makefile12 Jul 2012 18:22:36 -
@@ -2,10 +2,11 @@
 
 COMMENT=   accumulates and displays statistics from a diff file
 
-DISTNAME=  diffstat-1.54
+V= 1.55
+DISTNAME=  diffstat
+PKGNAME=   diffstat-${V}
 CATEGORIES=textproc
-MASTER_SITES=  ftp://invisible-island.net/diffstat/
-EXTRACT_SUFX=  .tgz
+MASTER_SITES=  http://invisible-island.net/datafiles/release/
 
 MAINTAINER=Simon Bertrang 
 HOMEPAGE=  http://dickey.his.com/diffstat/diffstat.html
@@ -15,11 +16,12 @@ PERMIT_PACKAGE_CDROM=   Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
+
 WANTLIB=   c 
 
 CONFIGURE_STYLE=   gnu
-USE_GROFF =Yes
 
+WRKDIST=   ${WRKDIR}/diffstat-${V}
 MAKE_FILE= makefile
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/textproc/diffstat/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo20 Mar 2011 20:25:23 -  1.10
+++ distinfo12 Jul 2012 18:22:36 -
@@ -1,5 +1,2 @@
-MD5 (diffstat-1.54.tgz) = rwi+8us3BQzrDE/d7bLuNg==
-RMD160 (diffstat-1.54.tgz) = +FxPdxOY+ULmqxL9ZCrFKpzYS0o=
-SHA1 (diffstat-1.54.tgz) = 5o+g+QdE/DJx04q+zD0/Xyqhk3U=
-SHA256 (diffstat-1.54.tgz) = 2OZ2YOyFvll/hUjs3QiJJmOdrDTscYSq+dCcHm7Lg+U=
-SIZE (diffstat-1.54.tgz) = 215549
+SHA256 (diffstat.tar.gz) = WaRsdamfLDc6gYgAUa3EOhe3HFVHhpHnAsYcE8bWG1U=
+SIZE (diffstat.tar.gz) = 235836


- End forwarded message -

-- 
Sending from my VCR...



Re: UPDATE: Fluxbb-1.5.0

2012-08-16 Thread Gonzalo L. R.
Unless someone objects I will commit this.

Thanks.

- Forwarded message from "Gonzalo L. R."  -

From: "Gonzalo L. R." 
To: ports@openbsd.org, Chris Kuethe 
Date: Tue, 10 Jul 2012 10:05:54 -0300
Subject: UPDATE: Fluxbb-1.5.0

Hi,

Update for Fluxbb to 1.5.0 with some security update:

* Use proper status codes for "Bad request" (and similar) error messages.
* Negative values in some config options leading to strange situations.
* Path disclosure through error messages in search.php (and others).
* Subscriptions were handled incorrectly when merging or splitting topics.
* Ignore BBCodes in search strings.
* The Technetium style had an issue with resizing images.
* Renaming users would unban them.

And others http://fluxbb.org/forums/viewtopic.php?id=6328

While here, the extract part is not needed.

Ok? Comments?

Cheers.
-- 
Sending from my VCR.


Index: Makefile
===
RCS file: /cvs/ports/www/fluxbb/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile16 Nov 2011 15:56:37 -  1.7
+++ Makefile10 Jul 2012 12:27:04 -
@@ -2,10 +2,9 @@
 
 COMMENT =  fast, light, user-friendly web forum
 
-V= 1.4.2
+V= 1.5.0
 DISTNAME = fluxbb-${V}
 CATEGORIES =   www
-REVISION=  4
 
 HOMEPAGE = http://fluxbb.org/
 
@@ -30,10 +29,6 @@ SUBST_VARS=  INSTDIR
 
 MODULES=   lang/php
 RUN_DEPENDS=   lang/php/${MODPHP_VERSION},-mysql
-
-do-extract:
-   @mkdir -p ${WRKDIST}
-   unzip -d ${WRKDIST} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
 
 do-install:
@mv ${WRKDIST} ${INSTDIR}
Index: distinfo
===
RCS file: /cvs/ports/www/fluxbb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo23 Sep 2010 21:23:34 -  1.1.1.1
+++ distinfo10 Jul 2012 12:27:04 -
@@ -1,5 +1,5 @@
-MD5 (fluxbb-1.4.2.zip) = X7YbXeyVJ9CnICRNUt2TNQ==
-RMD160 (fluxbb-1.4.2.zip) = FOYgB5RtbUW+OaZWwOZVOKhofIY=
-SHA1 (fluxbb-1.4.2.zip) = aMhmoFjoOzfCLQhDxfHfeyVSM1Q=
-SHA256 (fluxbb-1.4.2.zip) = aDBqBc/o+AIRHy4jLligoCcugr5d0UNeuSl60E0MaV4=
-SIZE (fluxbb-1.4.2.zip) = 372688
+MD5 (fluxbb-1.5.0.zip) = VVpJ8QdiPOe9o6Y+yjTYcg==
+RMD160 (fluxbb-1.5.0.zip) = ZacJNk5NwkiG8St9UA8hYOut2uo=
+SHA1 (fluxbb-1.5.0.zip) = jMlUudGgnlvWrOTylpf6dLFaAE8=
+SHA256 (fluxbb-1.5.0.zip) = 6N0WiM+WqIFpihQ20Q3RxTi96bSXsZScNlapMVmJAeA=
+SIZE (fluxbb-1.5.0.zip) = 402181
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/fluxbb/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   24 Sep 2010 15:40:17 -  1.2
+++ pkg/PLIST   10 Jul 2012 12:27:04 -
@@ -2,6 +2,7 @@
 fluxbb/
 @comment fluxbb/.gitignore
 fluxbb/COPYING
+fluxbb/README
 fluxbb/admin_bans.php
 fluxbb/admin_categories.php
 fluxbb/admin_censoring.php
@@ -12,8 +13,6 @@ fluxbb/admin_loader.php
 fluxbb/admin_maintenance.php
 fluxbb/admin_options.php
 fluxbb/admin_permissions.php
-fluxbb/admin_prune.php
-fluxbb/admin_ranks.php
 fluxbb/admin_reports.php
 fluxbb/admin_users.php
 @group www
@@ -21,6 +20,7 @@ fluxbb/cache/
 @group daemon
 fluxbb/cache/.htaccess
 fluxbb/cache/index.html
+fluxbb/common.js
 fluxbb/db_update.php
 fluxbb/delete.php
 fluxbb/edit.php
@@ -72,6 +72,8 @@ fluxbb/include/template/index.html
 fluxbb/include/template/main.tpl
 fluxbb/include/template/maintenance.tpl
 fluxbb/include/template/redirect.tpl
+fluxbb/include/user/
+fluxbb/include/user/index.html
 fluxbb/include/utf8/
 fluxbb/include/utf8/index.html
 fluxbb/include/utf8/mbstring/
@@ -117,9 +119,6 @@ fluxbb/lang/English/admin_index.php
 fluxbb/lang/English/admin_maintenance.php
 fluxbb/lang/English/admin_options.php
 fluxbb/lang/English/admin_permissions.php
-fluxbb/lang/English/admin_plugin_example.php
-fluxbb/lang/English/admin_prune.php
-fluxbb/lang/English/admin_ranks.php
 fluxbb/lang/English/admin_reports.php
 fluxbb/lang/English/admin_users.php
 fluxbb/lang/English/common.php
@@ -128,14 +127,24 @@ fluxbb/lang/English/forum.php
 fluxbb/lang/English/help.php
 fluxbb/lang/English/index.html
 fluxbb/lang/English/index.php
+fluxbb/lang/English/install.php
 fluxbb/lang/English/login.php
 fluxbb/lang/English/mail_templates/
 fluxbb/lang/English/mail_templates/activate_email.tpl
 fluxbb/lang/English/mail_templates/activate_password.tpl
+fluxbb/lang/English/mail_templates/banned_email_change.tpl
+fluxbb/lang/English/mail_templates/banned_email_post.tpl
+fluxbb/lang/English/mail_templates/banned_email_register.tpl
+fluxbb/lang/English/mail_templates/dupe_email_change.tpl
+fluxbb/lang/English/mail_templates/dupe_email_register.tpl
 fluxbb/lang/English/mail_templates/form_email.tpl
 fluxbb/lang/English/mail_templates/index.html
 fluxbb/lang/English/mail_templates/new_reply.tpl
 fluxbb/lang/English/mail_templates/new_reply_full.tpl
+fluxbb/lang/English/mail_templates/new_report.tpl
+fluxbb/lang/English/mail_templates/new

Hoje até 95% OFF em Rodízio de Sushi Express 3 Lojas / Progressiva Agimax / Botox Capilar / Mate Shake 500ml 4 Sabores =?utf-8?B?IC8gU3BhIGRlIFDDqXMgZSBNw6Nvc

2012-08-16 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com


[IMAGE] Perfeitos e Lisos! 80% OFF em Escova Progressiva Agimax. De R$
200 Por R$39,90

de R$ 200,00 por R$ R$ 39,90


[IMAGE] At� 70% OFF em Botox Capilar + M�o ( De R$ 110 Por R$ 29,90 ) At�
2 Cupons

de R$ 110,00 por R$ R$ 29,90


[IMAGE] Rod�zio de Sushi com Entrada no SushiExpress, S�o mais de 30
tipos de Sushi e 3 Lojas! Aproveite e Compre.

de R$ 23,90 por R$ R$ 18,90


[IMAGE] Rod�zio de Sushi em casa ou na empresa para 20 Pessoas + Entrada
de Rolinho Primavera e Guioza + 1 Garrafa de Saque Dourado ( De R$
1.000,00 Por R$ 499,90 )

de R$ 1.000,00 por R$ R$ 499,90


[IMAGE] Cuide-se com 1 Cristaliza�ao da Coiffer ( De R$ 100,00 Por R$
34,90 ) Garanta seu Cupom

de R$ 130,00 por R$ R$ 34,90


[IMAGE] Aluguel de 1 Cama Elastica + 1 Piscina de Bolinha + 1 Gangorra
Upa Upa + 1 Escorregador e tem at� o final de 2012 para usar ( De R$450
Por R$99,90 )

de R$ 450,00 por R$ R$ 99,90


[IMAGE] Deliciosa Mania: 30 Cupcakes, de R$90 por R$45 na Que Del�cia de
Cupcakes

de R$ 90,00 por R$ R$ 45,00


[IMAGE] VAI CASAR? Ent�o Vestido de Noiva Completo ( Qualquer vestido da
Loja) + Coroa + Luva + Saiote + V�u + Penteado + Maquiagem ( De R$ 750,00
Por R$ 349,90 ) At� 12X Pelo PagSeguro

de R$ 750,00 por R$ R$ 349,90


[IMAGE] 100 Salgadinhos para completar sua festa ( De R$ 40,00 Por R$
19,90 ) S� na Petit Dolci

de R$ 40,00 por R$ R$ 19,90


[IMAGE] Manicure + Pedicure + Spa dos P�s + Massagem Relaxante +
Esfolia��o + Hidrata��o Profunda com Bota T�rmica! De R$ 83,00 Por R$
19,90

de R$ 83,00 por R$ R$ 19,90


[IMAGE] Batata Recheada escolha dentre os 5 Sabores e Aproveite esta
del�cia na Batata Fest! Apenas R$ 7,90

de R$ 10,00 por R$ R$ 7,90


[IMAGE] Aulas de Taekwondo por 1 M�s com 70% OFF na Academia F�bio Costa
por apenas R$ 19,50

de R$ 65,00 por R$ R$ 19,50


[IMAGE] Rei do Mate com 1 Mate Shake 500ml Sabores Tradicional, Morango,
Chocolate ou Ovomaltine

de R$ 9,00 por R$ R$ 5,99


[IMAGE] Luzes + Tonaliza��o + Hidrata��o + Escova com 70% OFF - S� R$
39,90

de R$ 120,00 por R$ R$ 39,90


[IMAGE] Renove seu Visual! Cr�dito de R$ 45,00 por apenas R$ 5,99 SEX
APPEAL MODA FITNESS

de R$ 45,00 por R$ R$ 5,99


Ofertas Especiais de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!
Oferta Delas

[IMAGE]

Porque voc� recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc� possui cadastro
conosco ou em algum site parceiro, juntamente com a permis�o para
contat�-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e n�o sejam tratados como spam, por favor adicione
bole...@ligaofertas.com � sua lista de contatos ou lista de remetentes
aprovados.

[IMAGE]

Pol�tica de Privacidade
N�s queremos que voc� se sinta confiante sobre a privacidade de suas
informa��es pessoais, assim como todas as informa��es que temos sobre
voc� est�o protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.


Re: UPDATE: Haproxy-1.4.21

2012-08-16 Thread Gonzalo L. R.
Maintainer drop the maintership, new diff attach.

Ok?

Cheers.

On Fri, Aug 10, 2012 at 10:56:29AM -0300, Gonzalo L. R. wrote:
; Hi,
; 
; Update for haproxy to 1.4.21 with some changes:
; 
; - MINOR: patch for minor typo (ressources/resources)
; - CLEANUP: fix typo in findserver() log message
; - MINOR: stats admin: allow unordered parameters in POST requests
; - MINOR: stats admin: use the backend id instead of its name in the form
; - BUG/MAJOR: trash must always be the size of a buffer
; - BUG/MAJOR: possible crash when using capture headers on TCP frontends
; - MINOR: config: disable header captures in TCP mode and complain
; - BUG/MEDIUM: balance source did not properly hash IPv6 addresses
; - CLEANUP: http: message parser must ignore HTTP_MSG_ERROR
; - CLEANUP: remove a few warning about unchecked return values in debug 
code
; - CLEANUP: http: remove unused http_msg->col
; - BUG/MINOR: http: error snapshots are wrong if buffer wraps
; - BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set
; - MINOR: proxy: make findproxy() return proxies from numeric IDs too
; - BUILD: http: stop gcc-4.1.2 from complaining about possibly 
uninitialized values
; - BUG/MINOR: stop connect timeout when connect succeeds
; 
; And others (http://haproxy.1wt.eu/download/1.4/src/CHANGELOG), while here 
GROFF is not needed and
; add a rc.d(8) script.
; 
; Tested on i386.
; 
; Ok? Comments?
; 
; Cheers.
; 
; -- 
; Sending from my VCR...

; Index: Makefile
; ===
; RCS file: /cvs/ports/net/haproxy/Makefile,v
; retrieving revision 1.6
; diff -u -p -r1.6 Makefile
; --- Makefile  19 Nov 2010 22:31:33 -  1.6
; +++ Makefile  10 Aug 2012 13:51:02 -
; @@ -2,7 +2,7 @@
;  
;  COMMENT =reliable, high performance TCP/HTTP load balancer
;  
; -DISTNAME =   haproxy-1.3.15.7
; +DISTNAME =   haproxy-1.4.21
;  CATEGORIES = net www
;  HOMEPAGE =   http://haproxy.1wt.eu/
;  
; @@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP =  Yes
;  
;  WANTLIB =c pcre pcreposix
;  
; -MASTER_SITES =   ${HOMEPAGE}/download/1.3/src/
; +MASTER_SITES =   ${HOMEPAGE}/download/1.4/src/
;  
;  HAPROXYCONF =${SYSCONFDIR}/haproxy
;  HAPROXYSTATE =   /var/haproxy
; @@ -28,7 +28,6 @@ SUBST_VARS =HAPROXYCONF HAPROXYSTATE \
;  MAKE_FILE =  Makefile.bsd
;  MAKE_FLAGS +=CC="${CC}" LD="${CC}"
;  
; -USE_GROFF =  Yes
;  NO_REGRESS = Yes
;  LIB_DEPENDS =devel/pcre
;  
; Index: distinfo
; ===
; RCS file: /cvs/ports/net/haproxy/distinfo,v
; retrieving revision 1.2
; diff -u -p -r1.2 distinfo
; --- distinfo  18 Feb 2009 22:38:33 -  1.2
; +++ distinfo  10 Aug 2012 13:51:02 -
; @@ -1,5 +1,2 @@
; -MD5 (haproxy-1.3.15.7.tar.gz) = bBl4BxE5xcwnVjIywqSI2g==
; -RMD160 (haproxy-1.3.15.7.tar.gz) = GXoLDX98wkVyJVrbvRA02YLaJ5o=
; -SHA1 (haproxy-1.3.15.7.tar.gz) = 57QLFuJ67Xc1xzwY/X0upAmquAU=
; -SHA256 (haproxy-1.3.15.7.tar.gz) = 
fYbSE3Hr0i+jmkEuybrvDHWbm8vWFHg269qIZrjDejg=
; -SIZE (haproxy-1.3.15.7.tar.gz) = 502900
; +SHA256 (haproxy-1.4.21.tar.gz) = bihXXwSS3vMcMx+vnq0IIl3WIVMzSIBoj4p8R3yMMaQ=
; +SIZE (haproxy-1.4.21.tar.gz) = 827392
; Index: patches/patch-Makefile_bsd
; ===
; RCS file: /cvs/ports/net/haproxy/patches/patch-Makefile_bsd,v
; retrieving revision 1.1.1.1
; diff -u -p -r1.1.1.1 patch-Makefile_bsd
; --- patches/patch-Makefile_bsd17 Jul 2008 04:31:45 -  1.1.1.1
; +++ patches/patch-Makefile_bsd10 Aug 2012 13:51:02 -
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-Makefile_bsd,v 1.1.1.1 2008/07/17 04:31:45 jdixon Exp $
;  Makefile.bsd.origSat Jun 21 15:59:05 2008
; -+++ Makefile.bsd Tue Jul 15 12:51:26 2008
; -@@ -19,13 +19,13 @@ CPU = generic
; +--- Makefile.bsd.origMon May 21 02:03:24 2012
;  Makefile.bsd Fri Aug 10 10:12:34 2012
; +@@ -20,13 +20,13 @@ CPU = generic
;   
;   # By default, we use libc's regex. WARNING! On Solaris 8/Sparc, group
;   # references seem broken using libc ! Use pcre instead.
; @@ -19,16 +19,16 @@ $OpenBSD: patch-Makefile_bsd,v 1.1.1.1 2
;   
;   # This is the directory hosting include/pcre.h and lib/libpcre.* when 
REGEX=pcre
;   PCREDIR!= pcre-config --prefix 2>/dev/null || :
; -@@ -36,7 +36,7 @@ COPTS.openbsd = -DENABLE_POLL -DENABLE_KQUEUE
; +@@ -37,7 +37,7 @@ COPTS.openbsd = -DENABLE_POLL -DENABLE_KQUEUE
;   LIBS.openbsd =
;   
;   # CPU dependant optimizations
;  -COPTS.generic = -O2
;  +#COPTS.generic = -O2
; + COPTS.native = -O2 -march=native
;   COPTS.i586 = -O2 -march=i586
;   COPTS.i686 = -O2 -march=i686
; - COPTS.ultrasparc = -O6 -mcpu=v9 -mtune=ultrasparc
; -@@ -51,11 +51,11 @@ LIBS.pcre=-L$(PCREDIR)/lib -lpcreposix -lpcre
; +@@ -53,11 +53,11 @@ LIBS.pcre=-L$(PCREDIR)/lib -lpcreposix -lpcre
;   
;   # options for static libpcre
;   COPTS.static

Até90% OFF em Pizza | Suplementos | Frango Assado | Rodízio de Sushi | Pintado a Urucum | Heccus | Mate Shake | Tortas | Escova e mais..

2012-08-16 Thread Liga Ofertas - Campo Grande
[IMAGE]

1476 Ofertas em Campo Grande  / MS

[IMAGE] CENTRO: SUPER KIT FESTA - TOQUE CASEIRO - POR APENAS R$90,00

De: R$ 180,00 - Por: R$ 90,00 - (50% de desconto)

[IMAGE] 100 Salgadinhos para completar sua festa ( De R$ 40,00 Por R$
19,90 ) Só na Petit Dolci

De: R$ 40,00 - Por: R$ 19,90 - (50% de desconto)

[IMAGE] Limpeza e Higienização de Caixa D'Água de 500L ou 1000L pela
Metade do Preço com a M10 Eletricidade (de R$120 por R$59)

De: R$ 120,00 - Por: R$ 59,00 - (50% de desconto)

[IMAGE] Diga adeus para sua barriguinha! Coco Liffe de R$ 44,90 por
apenas R$ 27,90

De: R$ 44,90 - Por: R$ 27,90 - (38% de desconto)

[IMAGE] Rodízio de Sushi em casa ou na empresa para 20 Pessoas + Entrada
de Rolinho Primavera e Guioza + 1 Garrafa de Saque Dourado ( De R$
1.000,00 Por R$ 499,90 )

De: R$ 1.000,00 - Por: R$ 499,90 - (50% de desconto)

[IMAGE] 5 Sessões de massagem c/ bandagem de gesso+Banho de lua, de R$650
por R$325,00

De: R$ 650,00 - Por: R$ 325,00 - (50% de desconto)

[IMAGE] Chega de desânimo!!! Malto Dextrin 1kg de R$ 12,90 por apenas R$
7,90

De: R$ 12,90 - Por: R$ 7,90 - (40% de desconto)

[IMAGE] Extintor Veicular Modelo ABC para Automóveis e Caminhonetes pela
Metade do Preço no Rei do Extintor (de R$100 por R$49,90)

De: R$ 100,00 - Por: R$ 49,90 - (50% de desconto)

[IMAGE] HUM!!! FRANGUINHO ASSADO E RECHEADO VAI BEM COM TUDO NÉ? 01
FRANGO ASSADO RECHEADO DE R$-20,00 POR R$-11,90 .. 41% OFF.VC ECONOMIZA
R$-12,10

De: R$ 20,00 - Por: R$ 11,90 - (41% de desconto)

[IMAGE] IMPERDIVEL! Giant Mass 3kg, de R$ 79,00, por apenas R$ 49,50

De: R$ 79,00 - Por: R$ 49,50 - (37% de desconto)

[IMAGE] 87% de Desconto em Hidratação Óleo de Argan + Escova ( De R$ 120
Por R$ 15,00 )

De: R$ 120,00 - Por: R$ 15,00 - (87% de desconto)

[IMAGE] HUM!!! QUE DELÍCIAPORÇÃO DE BOLINHO DE BACALHAU (12 UNIDADES)
COM BELÍSSIMA QUALIDADE NO TRADICIONAL RESTAURANTE ACEPIPE DE R$- 28,00
POR R$- 22,50..

De: R$ 28,00 - Por: R$ 22,50 - (20% de desconto)

[IMAGE] Manicure+pedicure+esfoliação+hidratação dos pés de R$ 43,00 por
12,90

De: R$ 43,00 - Por: R$ 12,90 - (70% de desconto)

[IMAGE] Rodizio de Sushi + Entrada no Sushi Express Com 3 Lojas na Região
Central de Campo Grande! Só Por R$ 18,90!!!

De: R$ 24,90 - Por: R$ 18,90 - (25% de desconto)

[IMAGE] Batata Recheada escolha dentre os 5 Sabores e Aproveite esta
delícia na Batata Fest! Apenas R$ 7,90

De: R$ 10,00 - Por: R$ 7,90 - (20% de desconto)

[IMAGE] Sinta-se bem com seu corpo! 86% OFF em 5 sessões de Heccus para
atacar as gorduras e celulites! De R$300,00 por apenas R$39,90!

De: R$ 0,00 - Por: R$ 39,90 - (87% de desconto)

[IMAGE] Um delicioso Pintado à Urucum + Arroz Branco + Porção de Pirão
(para 2 pessoas) no Augustus, de 60,00 por 29,00.

De: R$ 60,00 - Por: R$ 29,00 - (52% de desconto)

[IMAGE] Divulgue seu negócio 5 Mil panfletos, flyers, colorido frente,
couchê 115gr.

De: R$ 300,00 - Por: R$ 150,00 - (50% de desconto)

[IMAGE] Aluguel de 1 Cama Elastica + 1 Piscina de Bolinha + 1 Gangorra
Upa Upa + 1 Escorregador e tem até Março 2013 ( De R$450 Por R$99,90 )

De: R$ 450,00 - Por: R$ 99,90 - (75% de desconto)

[IMAGE] Até 70% OFF em Botox Capilar + Mão ( De R$ 110 Por R$ 29,90 ) Até
2 Cupons

De: R$ 110,00 - Por: R$ 29,90 - (70% de desconto)

[IMAGE] Fique linda! Pedicure + Manicure + Design de Sobrancelha de R$
40,00 por apenas R$ 14,00

De: R$ 0,00 - Por: R$ 14,00 - (65% de desconto)

[IMAGE] Transforme aquela gordurina em energia! Thermo Start 120g de R$
49,90 por apenas R$ 29,90

De: R$ 49,90 - Por: R$ 29,90 - (40% de desconto)

[IMAGE] Deu a louca no Leão!!! Sorteio de um LINDO Tablet, curta,
compartilhe e concorra!!!

De: R$ 500,00 - Por: R$ 0,01 - (10% de desconto)

[IMAGE] Lugar Certo para seu Evento! 57% de desconto em Locação de Espaço
para Eventos na Nossa Chácara (de R$700 por R$299) Parcele em até 18X

De: R$ 700,00 - Por: R$ 299,00 - (57% de desconto)

[IMAGE] O Dias Auto Center oferece um super desconto em Créditos para
Palhetas Dianteira da Marca Bosch, de 20,00 por 9,90.

De: R$ 20,00 - Por: R$ 9,90 - (50% de desconto)

[IMAGE] Rei do Mate com 1 Mate Shake 500ml Sabores Tradicional, Morango,
Chocolate ou Ovomaltine! Corra e Garanta Já o Seu!!!

De: R$ 9,00 - Por: R$ 5,99 - (35% de desconto)

[IMAGE] 61% OFF em Luzes + Botox Capilar! De R$180,00 por apenas R$69,90!

De: R$ 0,00 - Por: R$ 69,90 - (62% de desconto)

[IMAGE] VAI CASAR? Vestido de Noiva Completo ( Qualquer vestido da Loja)
+ Coroa + Luva + Saiote + Véu + Penteado + Maquiagem ( De R$ 750,00 Por
R$ 349,90 ) Até 12X Pelo PagSeguro. Essa Você não Pode Perder!!!

De: R$ 750,00 - Por: R$ 349,90 - (65% de desconto)

[IMAGE] 75% OFF..LAVAGEM À SECO DE SOFÁ DE ATÉ 3 LUGARES OU POLTRONA...
75% DE DESCONTO (de R$- 280,00 por R$- 69,90) DESCONTO DE R$- 210,10.

De: R$ 280,00 - Por: R$ 69,90 - (75% de desconto)

[IMAGE] Manicure + Pedicure + Spa dos Pés + Massagem Relaxante +
Esfoliação + Hidratação Profunda com Bota Térmica! De R$ 83,00 Por R$
19,90. Corra e Garanta Logo seu Cupom!!!

Re: UPDATE: Twiki-5.1.1

2012-08-16 Thread Stuart Henderson
On 2012/08/16 16:57, Gonzalo L. R. wrote:
> come on! someone can test this? :D

not tested, but I've read the diff, the @owner/@group stuff in plist
is a bit of a mess..