diff options
author | markus <markus@FreeBSD.org> | 2005-02-09 01:04:51 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-02-09 01:04:51 +0800 |
commit | 6d7703bb34d92aa1c172bac9e5e39387fe1fa7cd (patch) | |
tree | 239e7d0ecaba9fcd6421cafcca0dac81f65b5d77 /misc/tellico-kde4 | |
parent | e7fd73ebe8f9ae76c759c29ac20cd39d214982b7 (diff) | |
download | freebsd-ports-gnome-6d7703bb34d92aa1c172bac9e5e39387fe1fa7cd.tar.gz freebsd-ports-gnome-6d7703bb34d92aa1c172bac9e5e39387fe1fa7cd.tar.zst freebsd-ports-gnome-6d7703bb34d92aa1c172bac9e5e39387fe1fa7cd.zip |
Update to version 0.13.2
Diffstat (limited to 'misc/tellico-kde4')
-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 |
3 files changed, 14 insertions, 3 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 |