diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-03-25 18:45:09 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-03-25 18:45:09 +0000 |
commit | e02147f87db9cc8c0c2fe2441d9410afd7d5bada (patch) | |
tree | c1192d0368e86c28770000192fac1638026ad2cc /polish/libgadu | |
parent | 5c6f1b9f5a86aab001b456b843cdec98696d4715 (diff) |
- Upgrade to 1.8.0.
- Use PLIST_FILES and remove pkg-plist.
- Fix WWW in pkg-descr.
- Add SSL support.
PR: ports/121303
Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)
Reviewed by: Marcin Wisnicki <mwisnicki@gmail.com>
Approved by: gabor (mentor), Aleksander Fafula <alex@fafula.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=209803
Diffstat (limited to 'polish/libgadu')
-rw-r--r-- | polish/libgadu/Makefile | 18 | ||||
-rw-r--r-- | polish/libgadu/distinfo | 6 | ||||
-rw-r--r-- | polish/libgadu/pkg-descr | 2 | ||||
-rw-r--r-- | polish/libgadu/pkg-plist | 5 |
4 files changed, 19 insertions, 12 deletions
diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index 44dbd0cc52f2..283b852e15da 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libgadu -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://toxygen.net/libgadu/files/ @@ -13,14 +13,26 @@ MASTER_SITES= http://toxygen.net/libgadu/files/ MAINTAINER= alex@BSDGuru.org COMMENT= This library is used by many IMs with Gadu-Gadu support -CONFLICTS= pl-ekg-1.[0-5]* pl-ekg-1.6,2 +CONFLICTS= pl-ekg-1.[0-6]* USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl +CONFIGURE_ARGS= --enable-shared --disable-static USE_LDCONFIG= yes +PLIST_FILES= include/libgadu.h \ + lib/libgadu.la \ + lib/libgadu.so \ + lib/libgadu.so.3 \ + libdata/pkgconfig/libgadu.pc + +OPTIONS= OPENSSL "Build with OPENSSL support" on + +.if defined(WITHOUT_OPENSSL) +CONFIGURE_ARGS+= --without-openssl +.endif + .include <bsd.port.mk> diff --git a/polish/libgadu/distinfo b/polish/libgadu/distinfo index 67ee11d28426..59984731e73b 100644 --- a/polish/libgadu/distinfo +++ b/polish/libgadu/distinfo @@ -1,3 +1,3 @@ -MD5 (libgadu-1.7.1.tar.gz) = 5ceb20befbdfc50ddc9598d24ca3b400 -SHA256 (libgadu-1.7.1.tar.gz) = 8fc9635b4f0e637b5c79afe5fdca25e2916eb6949cf112ebff3b2269e02197f9 -SIZE (libgadu-1.7.1.tar.gz) = 388280 +MD5 (libgadu-1.8.0.tar.gz) = a5257e6f2cd5e309837f5fe567e9b94a +SHA256 (libgadu-1.8.0.tar.gz) = 323f0be14dac4a5c2fc920404504912b7a24f0733aea47ea5f40897a3fc4ec7c +SIZE (libgadu-1.8.0.tar.gz) = 408379 diff --git a/polish/libgadu/pkg-descr b/polish/libgadu/pkg-descr index fe6af5b6ec37..e04729265b54 100644 --- a/polish/libgadu/pkg-descr +++ b/polish/libgadu/pkg-descr @@ -1,4 +1,4 @@ This package contains libgadu, which is used by Instant Messangers that communicate using Gadu-Gadu protocol (especially popular in Poland). -WWW: http://dev.null.pl/ekg/ +WWW: http://toxygen.net/libgadu/ diff --git a/polish/libgadu/pkg-plist b/polish/libgadu/pkg-plist deleted file mode 100644 index e28949313995..000000000000 --- a/polish/libgadu/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/libgadu.h -lib/libgadu.la -lib/libgadu.so -lib/libgadu.so.3 -libdata/pkgconfig/libgadu.pc |