diff options
author | dhn <dhn@FreeBSD.org> | 2009-04-04 18:27:21 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-04-04 18:27:21 +0800 |
commit | 04f64e840c77201f8c493bf59ea834d417347af8 (patch) | |
tree | 59ec9bca2786fab8a815df646c9fc75e60dc5233 | |
parent | 8418e885809e33c86b151d4367dfa965517a6243 (diff) | |
download | freebsd-ports-gnome-04f64e840c77201f8c493bf59ea834d417347af8.tar.gz freebsd-ports-gnome-04f64e840c77201f8c493bf59ea834d417347af8.tar.zst freebsd-ports-gnome-04f64e840c77201f8c493bf59ea834d417347af8.zip |
- Update to 0.3.3
Approved by: miwi (mentor)
-rw-r--r-- | audio/ncmpcpp/Makefile | 2 | ||||
-rw-r--r-- | audio/ncmpcpp/distinfo | 6 | ||||
-rw-r--r-- | audio/ncmpcpp/files/patch-src_charset.h | 38 |
3 files changed, 4 insertions, 42 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index d089b9c25eab..c1c1513e86da 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ diff --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 8fcf5d079068..08a5c16d1ade 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (ncmpcpp-0.3.2.tar.bz2) = e2159a391b21d3fcf9a4613f589fb213 -SHA256 (ncmpcpp-0.3.2.tar.bz2) = 332a44835c399cca09254e1dd2fbd5342733a7b92d56379506d039fbbc4b40ae -SIZE (ncmpcpp-0.3.2.tar.bz2) = 323371 +MD5 (ncmpcpp-0.3.3.tar.bz2) = 409406e353bc8a7f5b8cfc4247d7d562 +SHA256 (ncmpcpp-0.3.3.tar.bz2) = 8208107f311ffd68b650cf42c4d4a8e54a03523ab44aaef918651e94d6d514b6 +SIZE (ncmpcpp-0.3.3.tar.bz2) = 326324 diff --git a/audio/ncmpcpp/files/patch-src_charset.h b/audio/ncmpcpp/files/patch-src_charset.h deleted file mode 100644 index 11bc75a1cefd..000000000000 --- a/audio/ncmpcpp/files/patch-src_charset.h +++ /dev/null @@ -1,38 +0,0 @@ ---- src/charset.h.orig -+++ src/charset.h -@@ -25,10 +25,10 @@ - #include <config.h> - #endif - --#include <string> -- - #if defined(SUPPORTED_LOCALES) && defined(HAVE_ICONV_H) - -+#include <string> -+ - void init_current_locale(); - - void utf_to_locale(std::string &); -@@ -42,16 +42,16 @@ void str_pool_locale_to_utf(char *&); - - #else - --void init_current_locale() { } -+#define init_current_locale(); - --void utf_to_locale(std::string &) { } --void locale_to_utf(std::string &) { } -+#define utf_to_locale(x); -+#define locale_to_utf(x); - --std::string &utf_to_locale_cpy(const std::string &s) { return s; } --std::string &locale_to_utf_cpy(const std::string &s) { return s; } -+#define utf_to_locale_cpy(x) (x) -+#define locale_to_utf_cpy(x) (x) - --void str_pool_utf_to_locale(char *&) { } --void str_pool_locale_to_utf(char *&) { } -+#define str_pool_utf_to_locale(x); -+#define str_pool_locale_to_utf(x); - - #endif // SUPPORTED_LOCALES && HAVE_ICONV_H |