mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update gsasl to new stable release 1.8.0
- Remove patches that are no longer needed - Note: shlib version got bumped
This commit is contained in:
parent
ca5b3c6b11
commit
e240baf899
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298085
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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-$@ && \
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user