Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.23_1 07 Jul 2014 06:36:49 |
bapt |
Remove expired ports |
1.2.23_1 04 Jul 2014 23:46:53 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization) |
1.2.23_1 06 Jun 2014 15:59:38 |
antoine |
- Reset maintainer
- Deprecate
PR: ports/190717
Submitted by: maintainer
With hat: portmgr |
1.2.23_1 14 Mar 2014 20:59:20 |
tijl |
Fix double occurences of USES= |
1.2.23 24 Jan 2014 13:54:15 |
olgeni |
Fix databases/slony1 to compile on FreeBSD 10.
PR: ports/186048
Submitted by: maintainer |
1.2.23 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.23 17 Sep 2013 09:00:42 |
bapt |
Convert to new perl framework |
1.2.23 21 Jul 2013 12:57:11 |
marino |
databases/slony1: Limit to pgsql version 9.1 and below
Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile.
Users should migrate to version 2 (databases/slonyIv2) as version 1.2
is no longer maintained.
PR: ports/179958
Submitted by: marino
Approved by: bapt (mentor), maintainer |
21 Mar 2013 17:43:46
|
bapt |
Convert to new options framework left unconverted ports in databases category |
1.2.23 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.2.23 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.2.23 30 Jun 2012 05:51:11 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.2.23 14 Feb 2012 15:27:57 |
olgeni |
Upgrade to version 1.2.23.
PR: ports/165134
Submitted by: olgeni
Approved by: maintainer |
1.2.22 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.2.22 09 Sep 2011 12:11:08 |
olgeni |
Fix a typo. |
1.2.22 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
1.2.22 11 Jan 2011 13:38:36 |
arved |
Update to 1.2.22
PR: 153708
Submitted by: Vivek Khera
Feature safe: yes |
1.2.21 03 Nov 2010 16:05:54 |
rene |
Update to 1.2.21
PR: ports/151429
Submitted by: maintainer |
1.2.20 18 Dec 2009 15:44:31 |
pav |
- Update to 1.2.20
PR: ports/141579
Submitted by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Approved by: Vick Khera <vivek@khera.org> (maintainer) |
1.2.18 14 Dec 2009 20:44:35 |
pav |
- Update to 1.2.18
PR: ports/141114
Submitted by: Vick Khera <vivek@khera.org> (maintainer) |
1.2.16 11 Aug 2009 13:32:48 |
olgeni |
USE_BISON (build) and pet portlint about CONFLICTS (a version number
is required). |
1.2.16 09 Aug 2009 20:38:22 |
olgeni |
Cleanup after importing databases/slony1v2:
* Reduce diff with databases/slony1v2 (use DISTNAME).
* Document conflict with slony1v2.
* Remove unused code in post-install target. |
1.2.16 04 Aug 2009 12:28:36 |
olgeni |
Reduce diff with ports/135096: USE_PGSQL and set IGNORE_WITH_PGSQL
to 84 (will be supported by slony1 1.2.17).
PR: ports/135096 (partial)
Approved by: maintainer |
1.2.16 23 May 2009 14:24:02 |
miwi |
- Update to 1.2.26
PR: 134765
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.15 22 Mar 2009 13:28:24 |
olgeni |
Run slon with daemon(8) to properly detach from the console.
Set default log levels to 0.
Remove debug code from startup script.
PR: ports/132849
Approved by: maintainer |
1.2.15 08 Nov 2008 20:11:27 |
miwi |
- Update to 1.2.15
PR: 128571
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.14_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.2.14 30 May 2008 15:37:39 |
miwi |
- Update to 1.2.14
PR: 124067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.13 07 Mar 2008 19:37:28 |
miwi |
- Update to 1.2.13
PR: 121365
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.12 12 Dec 2007 15:45:02 |
miwi |
- Update to 1.2.12
PR: 118072
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.11 08 Sep 2007 12:22:49 |
edwin |
upgrade databases/slony1 to latest
upgrade databases/slony1 to latest released version.
PR: ports/115925
Submitted by: Vivek Khera <vivek@khera.org> |
1.2.10 06 Jul 2007 20:21:45 |
miwi |
- Update to 1.2.10
PR: 114142
Submitted by: Andrew Hammond <andrew.george.hammond@gmail.com>
Approved by: maintainer |
1.2.9 14 Apr 2007 08:12:04 |
lwhsu |
- Update to 1.2.9
PR: 111514
Submitted by: Vivek Khera <vivek AT khera.org> (maintainer)
Approved by: clsung (mentor) |
1.2.6 10 Jan 2007 20:43:51 |
itetcu |
update to 1.2.6
PR: ports/107800
Submitted by: Vivek Khera (maintainer) |
1.2.5 08 Jan 2007 17:29:02 |
itetcu |
Uupdate databases/slony1 to 1.2.5 release
PR: 107681
Submitted by: Vivek Khera (maintainer) |
1.2.2 04 Jan 2007 21:09:00 |
erwin |
Update to 1.2.2
PR: 107532
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.1 13 Dec 2006 07:37:49 |
miwi |
- Fix pkg-plist
PR: ports/106512
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
Approved by: Vivek Khera <vivek@khera.org> (maintainer) |
1.2.1 08 Dec 2006 23:25:50 |
miwi |
- Update to 1.2.1
Submitted by: Oleg Gawriloff <barzog@telecom.by> (via privat mail) |
1.2.0_1 08 Dec 2006 10:59:53 |
girgen |
More rubust regex to determine which version of postgresql that is
already installed.
Reported by: Kostik Belousov |
1.2.0_1 27 Nov 2006 13:18:13 |
miwi |
force commit:
- this patch fix a bug:
Changelog: http://gborg.postgresql.org/project/slony1/bugs/bugupdate.php?1591
Approved by: maintainer (via privat mail) |
1.2.0_1 27 Nov 2006 13:15:46 |
miwi |
- Update to 4.2.2
PR: ports/105882
Submitted by: David Thiel <lx@redundancy.redundancy.org> (Maintainer) |
1.2.0 23 Nov 2006 12:12:53 |
miwi |
- update to 1.2.0
PR: ports/105575
Submitted by: Oleg Gawriloff <barzog@telecom.by> (maintainer) |
1.1.5_1 26 Jun 2006 10:27:59 |
erwin |
Change non-existent USE_PERL to a working USE_PERL5
Approved by: maintainer timeout |
1.1.5_1 07 Jun 2006 13:46:48 |
edwin |
Add SHA256 checksums |
1.1.5_1 04 May 2006 09:02:30 |
thierry |
Register missing dependency on p5-DBD-Pg when WITH_PERLTOOLS is defined.
PR: ports/96721
Submitted by: Vivek Khera <vivek (at) khera.org> |
1.1.5_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.1.5_1 07 Feb 2006 21:36:50 |
pav |
- Fix plist
PR: ports/92922
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.5 02 Feb 2006 10:33:11 |
barner |
- Update to 1.1.5
- Install documentation
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
PR: ports/92682 |
1.1.2 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.2 24 Oct 2005 19:47:25 |
mnag |
Update to 1.1.2
PR: 87942
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.1 19 Oct 2005 15:47:50 |
vs |
Make $LOCALBASE-aware
PR: ports/87624
Submitted by: maintainer |
1.1.1 06 Oct 2005 20:21:08 |
mnag |
Update to 1.1.1
PR: 87003
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.0_2 31 Jul 2005 08:25:45 |
pav |
- Install howtos
PR: ports/83681
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.0_1 08 Jul 2005 15:16:53 |
pav |
- Fix build on systems without Perl
- Fix rc script, it failed to background the daemon process
PR: ports/83067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.0 29 Jun 2005 03:54:50 |
lawrance |
Add missing BUILD_DEPENDS on postgresql-server
PR: ports/82734
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.0 24 Jun 2005 14:53:36 |
lawrance |
Forgot to add new file pkg-plist.
Spotted by: maintainer
> Update to 1.1.0
>
> PR: ports/82589
> Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.1.0 24 Jun 2005 11:22:43 |
lawrance |
Update to 1.1.0
PR: ports/82589
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.0.5_2 09 Feb 2005 23:32:04 |
pav |
- The "slon" daemon performs many actions in the replication. One of those
contained a bug which caused large replication backlog to perform extremely
poorly. This patch pulls in the bug fix from the CVS version of slony.
PR: ports/77312
Submitted by: Vivek Khera <vivek@khera.org> (maintainer) |
1.0.5_1 31 Jan 2005 00:35:56 |
girgen |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
1.0.5 24 Nov 2004 18:01:33 |
vs |
- Update to latest version 1.0.5
- Assign maintainership to submitter
PR: ports/72967
Submitted by: Vivek Khera |
1.0.2 12 Oct 2004 13:23:48 |
krion |
Drop maintainership to ports@FreeBSD.org
PR: ports/71721
Submitted by: Radim Kolar <hsn@netmag.cz> |
1.0.2 28 Aug 2004 03:46:31 |
linimon |
Remove documentation directory on deinstall.
PR: ports/70949
Submitted by: Radim Kolar <hsn at netmag dot cz> (maintainer) |
1.0.2 21 Aug 2004 20:22:38 |
pav |
- Update to 1.0.2
PR: ports/70793
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer) |
1.0.1 09 Jul 2004 07:51:00 |
vs |
Update to 1.0.1: Fix a rare, but very dangerous bug which can cause data loss
PR: ports/68833
Submitted by: Radim Kolar (maintainer) |
1.0.0 04 Jul 2004 00:06:32 |
vanilla |
Upgrade to 1.0.
PR: ports/68639
Submitted by: maintainer |
1.0.0.r1 01 Jul 2004 10:55:03 |
vs |
Update to 1.0.0.r1:
- install html documentation for slonik
- this version is not compatible with beta3, you need to uninstall it from
database.
PR: ports/68519
Submitted by: maintainer |
1.0.0.b3 28 Jun 2004 22:07:53 |
vanilla |
Add slony1 1.0.0.b3, postgreSQL master to multiple slaves replication
system.
PR: ports/68245
Submitted by: Radim Kolar |