1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Dmitry Marakasov
a812006ba7 - Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-10 15:24:12 +00:00
Baptiste Daroussin
afe1d1c720 Remove Authors and License from pkg-descr 2015-03-02 23:16:01 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Emanuel Haupt
6d2c170d10 Remove trailing whitespaces from category databases 2014-02-21 13:35:57 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
John Marino
2161d2b1e9 databases/tablelog: Fix pgsql 9.2+ and stage support
PR: ports/179955
2014-01-22 11:20:17 +00:00
John Marino
6151942f02 databases/tablelog: Reset maintainer due to email bounce 2014-01-22 07:55:46 +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
John Marino
91a730b6f1 databases/tablelog: Restrict to postgresql 9.1 and earlier
This version of Tablelog fails to build with postgresql 9.2

PR:		ports/179955
submitted by:	marino
Approved by:	bapt (mentor), maintainer timeout
2013-07-22 06:47:06 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Andrew Pantyukhin
61c43ad466 Add port databases/tablelog:
Tablelog is a contributed PostgreSQL module that uses a trigger to log
any INSERTs, UPDATEs and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the original
table or of a specific row for any time in the past.

WWW: http://tablelog.projects.postgresql.org/
Author: Andreas Scherbaum <ads-pgfoundry @nospam@ wars-nicht.de>

PR:		ports/114541
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de>
2007-08-15 19:22:58 +00:00