1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
Jimmy Olgeni
65a0080c94 Upgrade to version 2.2.2. 2014-02-12 12:42:54 +00:00
Jimmy Olgeni
8a2667f586 - Upgrade to version 2.2.1.
- Add staging support.
- Do not mute install commands.
- Cleanup pkg-plist.
2013-11-08 16:09:34 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Jimmy Olgeni
ed3f85f18a - Use bsd.port.options.mk.
- PORTDOCS should not be conditional.
- Whitespace fix.
2013-04-24 18:50:57 +00:00
Baptiste Daroussin
9250d94365 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
2013-03-08 11:32:11 +00:00
Jimmy Olgeni
25683d5566 Use DOCS option. 2013-02-19 21:22:28 +00:00
Jimmy Olgeni
b54d12a4ca Fix DOCSDIR path in pkg-message (no PORTREVISION bump). 2013-02-19 17:21:07 +00:00
Jimmy Olgeni
e182bcee52 - Upgrade to version 2.1.3
- Remove reference to postgresql 8.2
- Cleanup Makefile header
2013-02-15 12:27:42 +00:00
Jimmy Olgeni
66241ffb09 - Upgrade to version 2.1.2
- Switch to OptionsNG
- Remove DEFAULT_PGSQL_VER setting
- Add missing echo suppression in post-install target
2012-08-28 14:55:48 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Jimmy Olgeni
c915a3cf35 Remove SITE_PERL from *_DEPENDS (sync with databases/slony1). 2012-06-30 09:23:37 +00:00
Jimmy Olgeni
819787e5d6 Remove invalid values from IGNORE_WITH_PGSQL (according to
VALID_PGSQL_VER).

Feature safe:	yes
2012-03-27 11:57:04 +00:00
Jimmy Olgeni
2a71c34395 Upgrade to version 2.1.1. 2012-02-14 16:03:11 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Jimmy Olgeni
ee7ef4cadc Upgrade to version 2.0.7. 2011-09-11 10:15:35 +00:00
Jimmy Olgeni
508bab481b Fix a typo. 2011-09-09 12:11:49 +00:00
Doug Barton
29813d5397 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
2011-05-15 02:49:17 +00:00
Jimmy Olgeni
ee606daef1 Upgrade to version 2.0.6. 2010-12-10 17:39:48 +00:00
Jimmy Olgeni
4be27f4361 Use a more recent flex from ports as suggested by configure.
Noticed by:	QAT (itetcu)
2010-10-29 14:50:01 +00:00
Jimmy Olgeni
5cfb37e77d The docs tarball was rerolled since the last time I ran make makesum.
With this version we get the MAN1 pages back.

Noticed by:	QAT (itetcu)
2010-10-29 12:05:24 +00:00
Jimmy Olgeni
a4f21c6be1 Upgrade to version 2.0.5 and clean up using PORTDOCS. 2010-10-29 11:15:42 +00:00
Jimmy Olgeni
f3772645d7 Cleanup and reduce diff with upcoming upgrade. 2010-10-15 13:49:56 +00:00
Jimmy Olgeni
e8b4ab40f1 Add a couple of missing files to PLIST.
Noticed by:	QAT
2010-07-28 13:19:39 +00:00
Jimmy Olgeni
8d85f42408 Upgrade to version 2.0.4 and take over maintainership.
PR:		ports/148870
Submitted by:	olgeni
Approved by:	maintainer
2010-07-26 13:24:37 +00:00
Jimmy Olgeni
49d6c1e892 USE_BISON (build) and pet portlint about CONFLICTS (a version number
is required).
2009-08-11 13:32:57 +00:00
Jimmy Olgeni
f7f69852d6 Upgrade to slony1 version 2.0.2 after repocopy.
From the slony1 home page:

"This is a major new release of Slony-I; it makes use of some
features introduced in PostgreSQL 8.3, and hence is not compatible
with versions older than 8.3. This is considered a pretty good
tradeoff, as various functionality would not be possible with earlier
versions of PostgreSQL."

Support for PostgreSQL 8.4 will be available in slony1 2.0.3, hence
IGNORE_WITH_PGSQL also contains 84 for now.

This port conflicts with slony1-*.

PR:		ports/135096 (with a few changes)
Submitted by:	Ismail Yenigul <ismail.yenigul at endersys.com.tr>
Repocopy by:	marcus
2009-08-09 20:30:24 +00:00
Jimmy Olgeni
4e3ba2bc31 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
2009-08-04 12:28:36 +00:00
Martin Wilke
f4808430d1 - Update to 1.2.26
PR:		134765
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2009-05-23 14:24:02 +00:00
Jimmy Olgeni
f0644eba90 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
2009-03-22 13:28:24 +00:00
Martin Wilke
36503ce74f - Update to 1.2.15
PR:		128571
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2008-11-08 20:11:27 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
e5d9c0dbc1 - Update to 1.2.14
PR:		124067
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2008-05-30 15:37:39 +00:00
Martin Wilke
090ab20f7f - Update to 1.2.13
PR:		121365
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2008-03-07 19:37:28 +00:00
Martin Wilke
856b6e9e78 - Update to 1.2.12
PR:		118072
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2007-12-12 15:45:02 +00:00
Edwin Groothuis
871cceef27 upgrade databases/slony1 to latest
upgrade databases/slony1 to latest released version.

PR:		ports/115925
Submitted by:	Vivek Khera <vivek@khera.org>
2007-09-08 12:22:49 +00:00
Martin Wilke
afa5b49fd0 - Update to 1.2.10
PR:		114142
Submitted by:	Andrew Hammond <andrew.george.hammond@gmail.com>
Approved by:	maintainer
2007-07-06 20:21:45 +00:00
Li-Wen Hsu
ea78ada32c - Update to 1.2.9
PR:		111514
Submitted by:	Vivek Khera <vivek AT khera.org> (maintainer)
Approved by:	clsung (mentor)
2007-04-14 08:12:04 +00:00
Ion-Mihai Tetcu
10db0e9a3b update to 1.2.6
PR:		ports/107800
Submitted by:	Vivek Khera (maintainer)
2007-01-10 20:43:51 +00:00
Ion-Mihai Tetcu
b66a3280ca Uupdate databases/slony1 to 1.2.5 release
PR:		107681
Submitted by:	Vivek Khera (maintainer)
2007-01-08 17:29:02 +00:00
Erwin Lansing
599a1b5a3f Update to 1.2.2
PR:		107532
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2007-01-04 21:09:00 +00:00
Martin Wilke
b0811e0a9f - Fix pkg-plist
PR:		ports/106512
Submitted by:	Robert Gogolok<gogo@cs.uni-sb.de>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2006-12-13 07:37:49 +00:00
Martin Wilke
e58f7ee5f6 - Update to 1.2.1
Submitted by:	Oleg Gawriloff <barzog@telecom.by> (via privat mail)
2006-12-08 23:25:50 +00:00
Palle Girgensohn
924cdc8b1f More rubust regex to determine which version of postgresql that is
already installed.

Reported by:	Kostik Belousov
2006-12-08 10:59:53 +00:00
Martin Wilke
2214c63581 - Update to 4.2.2
PR:		ports/105882
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (Maintainer)
2006-11-27 13:15:46 +00:00
Martin Wilke
cfcf27d0df - update to 1.2.0
PR:		ports/105575
Submitted by:	Oleg Gawriloff <barzog@telecom.by> (maintainer)
2006-11-23 12:12:53 +00:00
Erwin Lansing
eb2ac88bce Change non-existent USE_PERL to a working USE_PERL5
Approved by:	maintainer timeout
2006-06-26 10:27:59 +00:00
Edwin Groothuis
5c1963b34f Add SHA256 checksums 2006-06-07 13:46:48 +00:00
Thierry Thomas
6d91f4e2df Register missing dependency on p5-DBD-Pg when WITH_PERLTOOLS is defined.
PR:		ports/96721
Submitted by:	Vivek Khera <vivek (at) khera.org>
2006-05-04 09:02:30 +00:00
Doug Barton
c49d1a3273 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.
2006-02-20 20:47:50 +00:00