diff options
Diffstat (limited to 'net-im/openfire/files')
-rw-r--r-- | net-im/openfire/files/buildxml-3.4.1.patch | 20 | ||||
-rw-r--r-- | net-im/openfire/files/digest-openfire-3.4.1 | 3 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-im/openfire/files/buildxml-3.4.1.patch b/net-im/openfire/files/buildxml-3.4.1.patch new file mode 100644 index 000000000000..eb52f286d250 --- /dev/null +++ b/net-im/openfire/files/buildxml-3.4.1.patch @@ -0,0 +1,20 @@ +--- build/build.xml 2007-04-13 21:00:32.000000000 +0000 ++++ build/build.xml 2007-04-16 23:11:05.000000000 +0000 +@@ -1133,7 +1133,7 @@ + + </target> + <target name="-plugins-impl" if="dirlist"> +- ++ <taskdef classname="net.sf.antcontrib.logic.For" name="for"/> + <!-- For each plugin in the main src dir, call the 'buildplugin' macro --> + <for list="${dirlist}" param="plugin" trim="true"> + <sequential> +@@ -1143,7 +1143,7 @@ + + </target> + <target name="-plugins-impl-dev" if="plugin.dev.dir"> +- ++ <taskdef classname="net.sf.antcontrib.logic.For" name="for"/> + <!-- Get a list of plugins in the optional dev dir --> + <subdirinfo dir="${plugin.dev.dir}" property="dirlist2" ifexists="plugin.xml"/> + diff --git a/net-im/openfire/files/digest-openfire-3.4.1 b/net-im/openfire/files/digest-openfire-3.4.1 new file mode 100644 index 000000000000..c4b8b28f49a3 --- /dev/null +++ b/net-im/openfire/files/digest-openfire-3.4.1 @@ -0,0 +1,3 @@ +MD5 2e100e128e8cc9ddd0d32d5ec85a8527 openfire_src_3_4_1.tar.gz 56221075 +RMD160 ed955b8d048504a44064007a001a137b91bcefef openfire_src_3_4_1.tar.gz 56221075 +SHA256 ed0e914f9eb260d5be9cdd97fb2ca6d28699478e0da746f5f72b379a0f6c6a01 openfire_src_3_4_1.tar.gz 56221075 |