Skip to content

Commit

Permalink
Item12225: Fix file permissions in manifest
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PatchItem12225Contrib@16029 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 15, 2012
1 parent 74b899c commit be2f7b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions data/System/PatchItem12225Contrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Date: Mon Nov 5 05:07:25 2012 +0000
| Dependencies: | %$DEPENDENCIES% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 1.2 (15 Nov 2012) | Manifest errors. Configure was complaining about non-writable working files. |
| 1.1 (15 Nov 2012) | Don't include / when matching filenam, causes undefined variables on Windows. |
| 1.0 (09 Nov 2012) | Initial version |
| Home: | http://foswiki.org/Extensions/%TOPIC% |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/PatchItem12225Contrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use warnings;
# *must* exist in this package. This should always be in the format
# $Rev$ so that Foswiki can determine the checked-in status of the
# extension.
our $VERSION = '1.1';
our $VERSION = '1.2';

# $RELEASE is used in the "Find More Extensions" automation in configure.
# It is a manually maintained string used to identify functionality steps.
Expand All @@ -31,7 +31,7 @@ our $VERSION = '1.1';
# date - a date in 1 Jun 2009 format. Three letter English month names only.
# Note: it's important that this string is exactly the same in the extension
# topic - if you use %$RELEASE% with BuildContrib this is done automatically.
our $RELEASE = '1.0';
our $RELEASE = '1.2';

our $SHORTDESCRIPTION = 'Patch for Item12225';

Expand Down
8 changes: 4 additions & 4 deletions lib/Foswiki/Contrib/PatchItem12225Contrib/MANIFEST
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!noci
data/System/PatchItem12225Contrib.txt 0644
lib/Foswiki/Contrib/PatchItem12225Contrib.pm 0644
lib/Foswiki/Contrib/PatchItem12225Contrib.pm 0444
lib/CPAN/lib/Text/Diff.pm 0444
lib/CPAN/lib/Text/Diff/Config.pm 0444
lib/CPAN/lib/Text/Diff/Table.pm 0444
lib/CPAN/lib/Text/Patch.pm 0444
lib/Foswiki/Configure/PatchFile.pm 0755
lib/Foswiki/Contrib/PatchItem12225Contrib.pm 0644
working/configure/patch/Item12225.patch 0444
lib/Foswiki/Configure/PatchFile.pm 0444
lib/Foswiki/Contrib/PatchItem12225Contrib.pm 0444
working/configure/patch/Item12225.patch 0644

0 comments on commit be2f7b4

Please sign in to comment.