summaryrefslogtreecommitdiff
path: root/devel/darcs
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-12-14Turn on DESTDIR support; no actual changes required. Clear BROKEN.dholland1-4/+1
2013-10-24Mark remaining packages not support DESTDIR as BROKEN as decidedwiz1-1/+2
by pkgsrc-pmc. If you are interested in one of these, please fix it before 2013Q4.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-15Reduce build dependencies on TeX packages.minskim1-3/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-08-14Mark packages with no staged installation support explicitly ↵asau1-1/+3
(PKG_DESTDIR_SUPPORT=none).
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2008-07-20Update darcs to 2.0.2.kristerw7-209/+61
Changes since 1.0.9 includes * New Feature: Include patch count in darcs --version, for example, 2.0.1 (+ 32 patches) (David Roundy) * New Feature: darcs put --no-set-default and --set-default (Nicolas Pouillard) * UI changes: --extended-help is now called --overview, no more --verify-hash, no more send --unified (David Roundy, Eric Kow) * New Feature: Check for and repair patches which remove non-empty files (issue815, David Roundy) * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers) * User Experience: Make darcs changes --interactive behave more like other interactive commands (Eric Kow) * New Feature: Colorize added and removed lines, if the environment variable DARCS_DO_COLOR_LINES=True (Nicolas Pouillard) * New Feature: --remote-repodir flag to allow separate default repositories for push, pull and send (issue792, Eric Kow) * New Feature: darcs changes --count (David Roundy) * New Feature: Add a 'show authors' command (Eric Kow) * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML environment variables are made available for the posthook system, allowing for more easier options to to integrate darcs with other systems. (David Roundy, Mark Stosberg) * New Feature: Automatically create the the global cache if we define we want to use it. (David Roundy, Trent Buck) and numerous performance improvements and bugfixes.
2008-03-17Update darcs to version 1.0.9.kristerw6-213/+189
Changes in this release consists mostly of minor bug fixes.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-03-24Make darcs compile when using GHC 6.6.kristerw4-3/+211
Bump PKGREVISION.
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-1/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-10-17Update darcs from 1.0.4 to 1.0.8, the latest stable version, withagc3-52/+38
thanks to Don Stewart for the nudge. Changes from 1.0.4nb2 to 1.0.8: + performance much improved + a lot of bugs fixed + some improved functionality
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam1-3/+1
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-19Manually add dependency on gmp. Should be implied by ghc dependency,wiz1-2/+4
but that doesn't seem to work. Workaround for PR 33100. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-2/+4
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-11-22Reset PKGREVISION after update to 1.0.4 (hi augustss!).wiz1-2/+1
2005-11-22Upgrade to darcs version 1.0.4. No change log available.augustss3-28/+48
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08Oups, latex.buildlink3.mk -> tex.buildlink3.mktonio1-2/+2
2005-11-08converted to use tex.buildlink3.mktonio1-2/+3
set LATEX_DEPMETHOD= build
2005-09-29Change dependancy from teTeX to teTeX-bin, to avoid problems with teTeX3tonio1-2/+3
bump PKGREVISION
2005-05-28Install the bash completions in the example directory.augustss3-9/+18
2005-05-28Add a file.augustss1-1/+2
2005-05-27Don't install bash completions.augustss3-3/+16
2005-05-27Update to 1.0.3 so it works with ghc 6.4.augustss2-9/+7
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-28Add darcs, a distributed revision control system.augustss4-0/+94