aboutsummaryrefslogtreecommitdiff
path: root/devel/quilt
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.48Dmitry Marakasov2009-08-042-5/+6
| | | | | | | | PR: 137324 Submitted by: "Metashop Root" <doj@cubic.org> (maintainer) Notes: svn path=/head/; revision=238891
* - depend on correct version of bash (bash3)Dmitry Marakasov2009-03-192-4/+10
| | | | | | | | | | | - fix plist for WITH_RPMBUILD case - fix plist for the case where sendmail binary not beeing in the default directory (/usr/sbin/). PR: 132762 Submitted by: Dirk Jagdmann <doj at cubic dot org> (maintainer) Notes: svn path=/head/; revision=230385
* - Add missing depend (lang/gawk)Beech Rintoul2008-08-261-1/+2
| | | | | | | PR: ports/126751 Notes: svn path=/head/; revision=219197
* - Update to 0.47Beech Rintoul2008-08-264-16/+18
| | | | | | | | | | - Fix plist and portdocs issues PR: ports/126751 Submitted by: Dirk Jagdmann <doj@cubic.org> (maintainer) Notes: svn path=/head/; revision=219194
* - Set DOCSDIR appropriate, since this port use PORTVERSION in the directory ↵Felippe de Meirelles Motta2008-08-201-1/+2
| | | | | | | | | | | name where all documentation files is installed. - Bump PORTREVISION. Reported by: pav, erwin Notes: svn path=/head/; revision=218891
* - Now really fix NOPORTDOCS case, handling it using an extra patche called ↵Felippe de Meirelles Motta2008-08-054-129/+73
| | | | | | | | | | | | when NOPORTODCS is set. - Bump PORTREVISION. Discussed with: gabor Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=218075
* - Fix pkg-plist.Felippe de Meirelles Motta2008-06-232-1/+5
| | | | | | | | | | - Bump PORTREVISION. Reported by: QA Tindy Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215649
* - Make RPM an optional dependency.Felippe de Meirelles Motta2008-06-222-11/+31
| | | | | | | | | | | | - Respect WITH(OUT) NLS. - Bump PORTREVISION. PR: ports/120480 Submitted by: Balazs Nagy <js@iksz.hu> Approved by: gabor (mentor, implicit), Dirk Jagdmann <doj@cubic.org> Notes: svn path=/head/; revision=215577
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Add runtime dependencies to run_depends [1]Andrew Pantyukhin2007-01-232-2/+3
| | | | | | | | | | | - Fix plist a bit while I'm here PR: ports/107671 [1] Submitted by: Martin Kammerhofer <mkamm@gmx.net> Approved by: Dirk Jagdmann <doj@cubic.org> (maintainer timeout, 15 days) Notes: svn path=/head/; revision=183064
* quilt is a collection of bash scripts to manage a series of patches byAlejandro Pulver2006-10-315-0/+179
keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published on the linux kernel mailing list a while ago, but where heavily modified since then. WWW: http://savannah.nongnu.org/projects/quilt PR: ports/104614 Submitted by: Dirk Jagdmann <doj at cubic.org> Notes: svn path=/head/; revision=175889