diff options
author | johans <johans@FreeBSD.org> | 2012-06-03 21:53:40 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-03 21:53:40 +0800 |
commit | ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1 (patch) | |
tree | 4abb69d9769c3fc359c13c21cd3b88c180d6b1e5 /security | |
parent | 5460249bbf3d4db506b29e1554e36000849f1ea3 (diff) | |
download | freebsd-ports-gnome-ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1.tar.gz freebsd-ports-gnome-ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1.tar.zst freebsd-ports-gnome-ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1.zip |
- Update gsasl to new stable release 1.8.0
- Remove patches that are no longer needed
- Note: shlib version got bumped
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/Makefile | 3 | ||||
-rw-r--r-- | security/gsasl/distinfo | 4 | ||||
-rw-r--r-- | security/gsasl/files/patch-doc_gsasl.texi | 17 | ||||
-rw-r--r-- | security/gsasl/files/patch-gl_Makefile.in | 74 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 9 |
5 files changed, 8 insertions, 99 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index a2fa82001552..ea915b443fdd 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gsasl -PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTVERSION= 1.8.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 059f04882fdc..be4c415dd762 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gsasl-1.6.1.tar.gz) = e68b7df563939b107a6e9bddae6ae587a3632405f856122e0233e239b4cab509 -SIZE (gsasl-1.6.1.tar.gz) = 4623634 +SHA256 (gsasl-1.8.0.tar.gz) = 310262d1ded082d1ceefc52d6dad265c1decae8d84e12b5947d9b1dd193191e5 +SIZE (gsasl-1.8.0.tar.gz) = 4914837 diff --git a/security/gsasl/files/patch-doc_gsasl.texi b/security/gsasl/files/patch-doc_gsasl.texi deleted file mode 100644 index 66cc6a665f99..000000000000 --- a/security/gsasl/files/patch-doc_gsasl.texi +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/gsasl.texi.orig 2010-12-09 19:07:00.000000000 +0100 -+++ doc/gsasl.texi 2011-02-25 14:25:22.000000000 +0100 -@@ -195,14 +195,6 @@ The design of the library and the intend - applications and the library through the official API is illustrated - below. - --@float Illustration,fig:abstraction --@image{abstraction,10cm,5cm} -- --@caption{Logical overview showing how applications use authentication --mechanisms through an abstract interface.} -- --@end float -- - @node Features - @section Features - diff --git a/security/gsasl/files/patch-gl_Makefile.in b/security/gsasl/files/patch-gl_Makefile.in deleted file mode 100644 index ec0989e73928..000000000000 --- a/security/gsasl/files/patch-gl_Makefile.in +++ /dev/null @@ -1,74 +0,0 @@ ---- gl/Makefile.in.orig 2011-02-25 14:26:47.000000000 +0100 -+++ gl/Makefile.in 2011-02-25 14:27:40.000000000 +0100 -@@ -1029,8 +1029,6 @@ MOSTLYCLEANFILES = core *.stackdump allo - sys/time.h-t unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t \ - wchar.h wchar.h-t wctype.h wctype.h-t - MOSTLYCLEANDIRS = arpa netinet sys sys --CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \ -- ref-del.sed - DISTCLEANFILES = - MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \ - iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h -@@ -1057,7 +1055,6 @@ libgl_la_LDFLAGS = $(AM_LDFLAGS) -no-und - ARG_NONNULL_H = arg-nonnull.h - CXXDEFS_H = c++defs.h - GPERF = gperf --charset_alias = $(DESTDIR)$(libdir)/charset.alias - charset_tmp = $(DESTDIR)$(libdir)/charset.tmp - WARN_ON_USE_H = warn-on-use.h - all: $(BUILT_SOURCES) -@@ -1719,53 +1716,13 @@ iconv_open-solaris.h: iconv_open-solaris - # On systems with glibc-2.1 or newer, the file is redundant, therefore we - # avoid installing it. - --all-local: charset.alias ref-add.sed ref-del.sed -+all-local: ref-add.sed ref-del.sed - install-exec-local: install-exec-localcharset - install-exec-localcharset: all-local -- if test $(GLIBC21) = no; then \ -- case '$(host_os)' in \ -- darwin[56]*) \ -- need_charset_alias=true ;; \ -- darwin* | cygwin* | mingw* | pw32* | cegcc*) \ -- need_charset_alias=false ;; \ -- *) \ -- need_charset_alias=true ;; \ -- esac ; \ -- else \ -- need_charset_alias=false ; \ -- fi ; \ -- if $$need_charset_alias; then \ -- $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ -- fi ; \ -- if test -f $(charset_alias); then \ -- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ -- rm -f $(charset_tmp) ; \ -- else \ -- if $$need_charset_alias; then \ -- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ -- rm -f $(charset_tmp) ; \ -- fi ; \ -- fi - - uninstall-local: uninstall-localcharset - uninstall-localcharset: all-local -- if test -f $(charset_alias); then \ -- sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ -- if grep '^# Packages using this file: $$' $(charset_tmp) \ -- > /dev/null; then \ -- rm -f $(charset_alias); \ -- else \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ -- fi; \ -- rm -f $(charset_tmp); \ -- fi - --charset.alias: config.charset -- $(AM_V_GEN)rm -f t-$@ $@ && \ -- $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ -- mv t-$@ $@ - .sin.sed: - $(AM_V_GEN)rm -f t-$@ $@ && \ - sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index 68e8296bba1c..20b2dd29829a 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -5,22 +5,21 @@ include/gsasl.h lib/libgsasl.a lib/libgsasl.la lib/libgsasl.so -lib/libgsasl.so.15 +lib/libgsasl.so.16 libdata/pkgconfig/libgsasl.pc %%PORTDOCS%%%%DOCSDIR%%/gsasl.html %%PORTDOCS%%%%DOCSDIR%%/reference/abstraction.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/reference/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/reference/controlflow.png %%PORTDOCS%%%%DOCSDIR%%/reference/controlflow2.png %%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl.html %%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl-compat.html %%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl-mech.html -%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl.devhelp %%PORTDOCS%%%%DOCSDIR%%/reference/gsasl.devhelp2 %%PORTDOCS%%%%DOCSDIR%%/reference/home.png %%PORTDOCS%%%%DOCSDIR%%/reference/index.html %%PORTDOCS%%%%DOCSDIR%%/reference/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/reference/ix01.html +%%PORTDOCS%%%%DOCSDIR%%/reference/intro.html %%PORTDOCS%%%%DOCSDIR%%/reference/ix02.html %%PORTDOCS%%%%DOCSDIR%%/reference/ix03.html %%PORTDOCS%%%%DOCSDIR%%/reference/ix04.html @@ -59,6 +58,8 @@ libdata/pkgconfig/libgsasl.pc %%NLS%%share/locale/sr/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/sv/LC_MESSAGES/gsasl.mo %%NLS%%share/locale/sv/LC_MESSAGES/libgsasl.mo +%%NLS%%share/locale/uk/LC_MESSAGES/gsasl.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/vi/LC_MESSAGES/gsasl.mo %%NLS%%share/locale/vi/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libgsasl.mo |