summaryrefslogtreecommitdiff
path: root/devel/stgit
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-12-01Simplify package, reorder lines to be more standard, update py3 comment.wiz1-23/+6
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-03-19Assign Terin Stock as maintainer.sevan1-2/+2
2016-03-18Update to 0.17.1sevan7-121/+181
Submitted by Terin Stock terinjokes AT gmail com Closes PR pkg/50875 Reviewed by wiz@ 2013-08-30: StGit-0.17.1 released Fix dirty index errors when resolving conflicts. Test suite improvements. Print tracebacks to stderr. Run test suite in parallel. Fix --authdate date parsing.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these 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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
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-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-09-09Finish git rename from scmgit to git.wiz1-3/+3
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.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-01-29LICENSE=gnu-gpl-v2obache1-1/+2
2012-01-29require git 1.5.2 or later.obache1-2/+2
2012-01-29* Any of compiler languages are not required to build.obache2-5/+6
* distutils pkg, change to use distutils.mk. Bump PKGREVISION.
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-01-21Remove some level 0 formatting which is not allowed for an 'article'.dmcmahill2-1/+14
That is only allowed for a 'book'. Fixes build when asciidoc-8.6.3 is used.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-3/+3
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-07-25Update to version 0.14.3.bjs3-8/+10
Changes: commit 8fe07fa4cef52c194e27b1ae764e2647c3f674f2 Handle refresh of changed files with non-ASCII names Without -z, git diff-files was quoting them for us. commit adb61608fb1611570bbb53ddd0b7551e90e3fbdd Test for another filename quoting issue in tree_status() stgit.git.tree_status() had another filename quoting issue, similar to the one just fixed. Test for that one too. commit fb9b3c0243657a2cf520e5bd5ccfe4aab94799c8 Handle changed files with non-ASCII names Git was quoting them for us, which was not what we wanted. So call diff-index with the -z flag, so that it doesn't. commit 82863c3c5b26c743d1c0c288d354dd78557a914c Add rebase test for when upstream has deleted a non-ASCII file Test that stg rebase can handle upstream deleting a file with a non-ASCII name. It currently can't. Bug spotted by Jakub Narebski <jnareb@gmail.com>. commit 466bfe50d7930bca950ca2b3436f1278a6b15af5 Fix "refresh" failure with moved files (bug 11661) This patch fixes the git.tree_status() function to not pass missing files to the git-diff-files command which crashes in weird ways (see the bug report on gna.org). commit 340793d1f7dc889720ceef3271ca58187474d110 Allow export to write unapplied files as well This was an artificial limit which upset many people (including me). commit 61fb81b963c1adb0abb08239c24fa4ee39c5929a Fix the sync'ing of unapplied patches only When only unapplied patches are to be sync'ed, the command failed because the first patch was trying to be pushed twice.
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-04-10Take maintainership, as I regularly update this package.bjs1-2/+2
2008-04-10Update to version 0.14.2. Changes since last snapshot:bjs4-32/+25
fix: stg mail crashes when there is no patch description Better "stg rebase" help text Enhance rebase help string by providing guidance on merge conflict resolution during a rebase. Based on text suggested by Catalin Marinas. Test the 'stg rename' command Simple rename of top-most patch Allow renaming of the top-most patch just by calling stg rename <new-patch-name>, instead of stg rename <old> <new>. This is for example helpful for those people who always have a typo or two in their patch names. Make documentation less confusing It's not just by default "stg new" doesn't do a refresh -- it never does. replace "git repo-config" usage by "git config" Remove a newline from the e-mail template Allow picking of one commit id Remove the reordering side-effect of the latter sync changes Fix sync to push the popped patches back after sync'ing Add a boundary to parse_patches in pick.py Refuse to send empty patches Set umask to 0022 during the setup.py execution This allows template files to be installed with the proper rights. Modify 'series' to use '#' instead of '|' Allow the synchronisation of the unapplied patches Check for unnecessary push/pop in 'float' Allow pick to import multiple patches This patch allows multiple patches on the "pick" command line. Don't set the default authdate if none specified This way, we allow a patch editing to remove an existing date by not specifying it.
2008-02-28Update to 20080220 snapshot.bjs2-7/+6
Mostly fixes, including: Fix "stg branch --delete" on a nonexistent branch Convert "stg edit" to the new infrastructure Parse the date instead of treating it as an opaque string
2008-02-11Bump the revision because we now install the documentation.bjs4-11/+83
2008-01-30Update to 20080128 snapshot. Quite a few bugs have been fixed since thebjs4-25/+80
0.14.1 release (which I found to have some annoying bugs/quirks myself, anyway). The ChangeLog is extensive, so check it out for a full list--some important changes follow below. While here, install the provided contrib helper scripts. The bash dependency is OK, as git depends on it anyway. In that spirit, add a dependency on devel/stgit-base, as this is useless without it. Also, install examples in share/examples/stgit as per convention. Refactor --diff-opts handling Lots of commands take a -O/--diff-opts flag, and they all handle it identically. So break that out into a library function. Don't keep old committer when rewriting a commit replace "git repo-config" usage by "git config" This is necessary since "git repo-config" will be removed soon. Fix "stg edit --sign" It worked in 0.14, but was broken some time after the release. Make "stg goto" subdirectory safe This is not specific to "stg goto" -- it affects all commands that use the new infrastructure. (But of those, only goto and coalesce were subdirectory unsafe.) Make "stg commit" fancier Allow the user to commit any patch. Changed behavior: with no parameters, commit one applied patch, not all applied patches -- this is what uncommit does.
2008-01-10Update to version 0.14.1.bjs4-19/+50
Changes: 2007-12-12: StGIT-0.14.1 released * Fixed typo in the required version of Python 2007-12-10: StGIT-0.14 released * Support for correctly running StGIT in subdirectories * 'repair' command for fixing an StGIT repository modified by GIT commands such as 'commit', 'pull', 'merge' or 'rebase' * 'edit' command for editing both the patch description and diff * Support for SMTP over TLS * Support for MIME multipart e-mail templates * '--attach' option to the 'mail' command to send a patch attached rather than inline * Diff statistics and shortlog added to the cover e-mail template * '--sign/ack' options to the 'import' and 'new' commands * '--number' to the 'log' command for limiting the output * Support for binary files in patches * Support for detached HEAD * Refactoring of some modules with better support for debugging * Many bug-fixes
2007-08-29Update to 0.13, provided by Blair Sadewitz in private mail:wiz3-13/+20
2007-07-26: StGIT-0.13 released * Documentation directory with man pages * Safety checks for the 'rebase' command * Various contrib scripts * 'cp' command to copy files * 'sink' command to complement 'float' * '--diff-opts' option to some commands for passing additional arguments to 'git-diff-*' * 'stgit.mail.prefix' configuration option for the default 'mail --prefix' value * Interactive 2-way merging via xxdiff or emacs (previously, only 3-way merging had this feature) * Slightly changed behaviour to the 'patches' command when no argument is given to show the patches touching the locally modified files * Correct importing of multipart e-mails * '--unrelated' option to 'mail' to send patches unthreaded and without sequence numbering * '--update' option to 'refresh' to only check in the files already modified by the current patch (similar to 'pick --update') * '--keep' option to 'goto' (though it only works for patch popping) * '--expose' option to 'pick' to append the picked commit id to the log (similar to the 'git cherry-pick -x' command) * The 'new' command can automatically generate the patch name from the given log * 'uncommit' can generate patches up to a given commit id * Bug fixes
2007-07-01import stgit-0.12.1dmcmahill4-0/+205
StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality. Note that StGIT is not an SCM interface on top of GIT and it expects a previously initialised GIT repository (unless it is cloned using StGIT directly). For standard SCM operations, either use plain GIT commands or the Cogito tool but it is not recommended to mix them with the StGIT commands.