diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-13 11:50:53 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-13 11:50:53 +0000 |
commit | 76152030ce0cfbc711f2212a0a1c68f14344cf7c (patch) | |
tree | 08023b3bfdeb23d9641c1a56f4be9696e2ba174a /devel/autodia/files | |
parent | Convert to new option framework (diff) |
- Update to 2.14.
PR: ports/172501
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel/autodia/files')
-rw-r--r-- | devel/autodia/files/patch-Dependency.pm | 10 | ||||
-rw-r--r-- | devel/autodia/files/patch-Inheritance.pm | 10 | ||||
-rw-r--r-- | devel/autodia/files/patch-Object.pm | 10 | ||||
-rw-r--r-- | devel/autodia/files/patch-Realization.pm | 10 | ||||
-rw-r--r-- | devel/autodia/files/patch-Superclass.pm | 10 |
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/autodia/files/patch-Dependency.pm b/devel/autodia/files/patch-Dependency.pm new file mode 100644 index 000000000000..c221cfa6aa89 --- /dev/null +++ b/devel/autodia/files/patch-Dependency.pm @@ -0,0 +1,10 @@ +--- lib/Autodia/Diagram/Dependancy.pm.orig 2008-04-16 22:56:29.000000000 +0900 ++++ lib/Autodia/Diagram/Dependancy.pm 2012-10-03 07:08:41.000000000 +0900 +@@ -156,7 +156,3 @@ + 1; + + ############################################################################ +- +-=head1 +- +-=cut diff --git a/devel/autodia/files/patch-Inheritance.pm b/devel/autodia/files/patch-Inheritance.pm new file mode 100644 index 000000000000..cf086b119bcc --- /dev/null +++ b/devel/autodia/files/patch-Inheritance.pm @@ -0,0 +1,10 @@ +--- lib/Autodia/Diagram/Inheritance.pm.orig 2008-05-20 21:27:16.000000000 +0900 ++++ lib/Autodia/Diagram/Inheritance.pm 2012-10-03 07:08:41.000000000 +0900 +@@ -162,7 +162,3 @@ + + ############################################################## + +-=head1 +- +-=cut +- diff --git a/devel/autodia/files/patch-Object.pm b/devel/autodia/files/patch-Object.pm new file mode 100644 index 000000000000..223cab85621f --- /dev/null +++ b/devel/autodia/files/patch-Object.pm @@ -0,0 +1,10 @@ +--- lib/Autodia/Diagram/Object.pm.orig 2008-04-16 22:56:29.000000000 +0900 ++++ lib/Autodia/Diagram/Object.pm 2012-10-03 07:08:41.000000000 +0900 +@@ -182,7 +182,3 @@ + 1; + + ############################################################################### +- +-=head1 +- +-=cut diff --git a/devel/autodia/files/patch-Realization.pm b/devel/autodia/files/patch-Realization.pm new file mode 100644 index 000000000000..30fcb792ead3 --- /dev/null +++ b/devel/autodia/files/patch-Realization.pm @@ -0,0 +1,10 @@ +--- lib/Autodia/Diagram/Realization.pm.orig 2009-06-24 19:43:51.000000000 +0900 ++++ lib/Autodia/Diagram/Realization.pm 2012-10-03 07:08:41.000000000 +0900 +@@ -143,7 +143,3 @@ + 1; + + ############################################################################ +- +-=head1 +- +-=cut diff --git a/devel/autodia/files/patch-Superclass.pm b/devel/autodia/files/patch-Superclass.pm new file mode 100644 index 000000000000..2f4111e4750e --- /dev/null +++ b/devel/autodia/files/patch-Superclass.pm @@ -0,0 +1,10 @@ +--- lib/Autodia/Diagram/Superclass.pm.orig 2009-06-25 01:01:34.000000000 +0900 ++++ lib/Autodia/Diagram/Superclass.pm 2012-10-03 07:08:41.000000000 +0900 +@@ -143,7 +143,3 @@ + 1; + + ########################################################################## +- +-=head1 +- +-=cut |