diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-02-08 17:04:51 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-02-08 17:04:51 +0000 |
commit | 10c3cf34231184471f6f61150d4534691ddb3b3b (patch) | |
tree | 2a5e6cebe12ea049e27757a3e9204e1867e247f0 /misc | |
parent | dcd21d2a7392465bab70499365a83cf6223a5503 (diff) | |
download | ports-10c3cf34231184471f6f61150d4534691ddb3b3b.tar.gz ports-10c3cf34231184471f6f61150d4534691ddb3b3b.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tellico-kde4/Makefile | 2 | ||||
-rw-r--r-- | misc/tellico-kde4/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico-kde4/files/patch-configure | 11 | ||||
-rw-r--r-- | misc/tellico/Makefile | 2 | ||||
-rw-r--r-- | misc/tellico/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico/files/patch-configure | 11 |
6 files changed, 28 insertions, 6 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 1245aa85342a..e3bc374f454e 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tellico -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo index 8c9867ee8e51..f68154ab28bc 100644 --- a/misc/tellico-kde4/distinfo +++ b/misc/tellico-kde4/distinfo @@ -1,2 +1,2 @@ -MD5 (tellico-0.13.1.tar.gz) = 1398aca4ac64ebe325a5726dc41e0039 -SIZE (tellico-0.13.1.tar.gz) = 2338140 +MD5 (tellico-0.13.2.tar.gz) = 0e4ded1d1ff35b64781dc860772545b8 +SIZE (tellico-0.13.2.tar.gz) = 2364746 diff --git a/misc/tellico-kde4/files/patch-configure b/misc/tellico-kde4/files/patch-configure new file mode 100644 index 000000000000..2e9f4637a59e --- /dev/null +++ b/misc/tellico-kde4/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Feb 5 23:57:12 2005 ++++ configure Tue Feb 8 17:21:55 2005 +@@ -27409,7 +27409,7 @@ + + fi; + +-if test x$enable_amazon == xyes; then ++if test x$enable_amazon = xyes; then + + cat >>confdefs.h <<\_ACEOF + #define AMAZON_SUPPORT 1 diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 1245aa85342a..e3bc374f454e 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tellico -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index 8c9867ee8e51..f68154ab28bc 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,2 +1,2 @@ -MD5 (tellico-0.13.1.tar.gz) = 1398aca4ac64ebe325a5726dc41e0039 -SIZE (tellico-0.13.1.tar.gz) = 2338140 +MD5 (tellico-0.13.2.tar.gz) = 0e4ded1d1ff35b64781dc860772545b8 +SIZE (tellico-0.13.2.tar.gz) = 2364746 diff --git a/misc/tellico/files/patch-configure b/misc/tellico/files/patch-configure new file mode 100644 index 000000000000..2e9f4637a59e --- /dev/null +++ b/misc/tellico/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Feb 5 23:57:12 2005 ++++ configure Tue Feb 8 17:21:55 2005 +@@ -27409,7 +27409,7 @@ + + fi; + +-if test x$enable_amazon == xyes; then ++if test x$enable_amazon = xyes; then + + cat >>confdefs.h <<\_ACEOF + #define AMAZON_SUPPORT 1 |