summaryrefslogtreecommitdiff
path: root/databases/geneweb
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Recursive revbump associated with update of ocaml.jaapb1-2/+2
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-04-21*: remove dead download sitewiz1-3/+1
2021-03-08Recursive revbump associated with update of lang/ocamljaapb1-2/+2
2019-11-02databases: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned -r No manual corrections.
2018-11-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb1-2/+2
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb1-2/+2
(this is the upgrade from 4.06 to 4.06.1)
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2018-01-01Sort PLIST files.rillig1-4/+4
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-2/+2
2017-07-11Revbump associated with ocaml-4.04.2jaapb1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-2/+2
2016-10-09Whitespace.dholland1-25/+25
2016-10-09Fix install rule. Switch to user-destdir. Should retire PR 51545.dholland1-23/+16
PKGREVISION -> 10 because prior packages might have unintended mode 600 data files.
2016-09-11Fix broken build with latest camlp4.dholland2-1/+23
XXX: this package has an abusive do-install rule.
2016-05-05Recursive revbump associated with ocaml update.jaapb1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb1-2/+2
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-2/+2
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-2/+2
2014-10-09Revbump for ocaml 4.02.0.jaapb1-2/+2
(Some packages omitted because they will be updated to new versions)
2014-07-14Don't use non-portable '.' syntax for chown.jperkin1-2/+2
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2012-12-16Fix build with ocaml4.dholland9-1/+302
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-2/+2
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-6/+3
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2011-02-28Reset maintainer for retired developers.wiz1-3/+2
2009-09-06Let geneweb build with ocaml 3.11 by not emitting errors on warningstonio2-1/+19
2009-06-14Remove @dirrm entries from PLISTsjoerg1-18/+1
2008-06-15Changes that should have been committed with recent upgrade to 5.01.gdt4-57/+74
2008-06-13Update to 5.01. Make installed files owned by root instead of nobody.gdt1-24/+30
Depend on camlp5. wiki syntax in notes, and better save/restore. Author omitted some changes from ${WRKSRC}/CHANGES. Passes cursory testing. WARNING: unclear if there is a binary format change for the database. Back up and export to GEDCOM before upgrading. gwtp in theory handles this.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-29/+32
their files via a custom do-install target.
2006-10-22Fixed "test ==".rillig2-1/+24
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-09Fix build with ocaml >= 3.09.0tonio3-3/+41
Depends on ocaml >= 3.09.0 use _loc instead of loc in camlp4 files bump PKGREVISION
2006-02-10Added a patch that prevents unused variables from being treated asrillig2-1/+19
compile-time errors.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
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-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-29Sort lines for pkglint.wiz1-3/+3
2005-05-29regen (after adding DISTINFO_SUBDIR; no checksum change)wiz1-4/+4
2005-05-28- As pointed out by wiz@, we should add DIST_SUBDIR.adrianp1-1/+2
2005-05-28- Upsream change of distfile without incrementing the version.adrianp2-5/+6
- Two minor bugfixes
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