summaryrefslogtreecommitdiff
path: root/databases/py-pgnotify
AgeCommit message (Collapse)AuthorFilesLines
2009-03-18Change MAINTAINER to OWNER on some of my packages.darcy1-2/+2
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-01-06pkglint -Walldarcy1-3/+3
2006-06-07py-postgressql dependency needs Python 2.2+joerg1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Bump PKGREVISION for PLIST change.wiz1-1/+2
2006-01-03Add missing files to PLIST. No functional change to package so I did notdarcy1-1/+3
bump PKGREVISION.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-04Fix DEPENDS.wiz1-2/+2
2004-10-21Initial import of pg-notify version 0.1darcy4-0/+46
Python interface to PostgreSQL LISTEN/NOTIFY