diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-11-21 23:23:29 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-11-21 23:23:29 +0000 |
commit | 1d8909ec19924bd6a7655271ea0e05965f2333e4 (patch) | |
tree | f4db89588a6948c83dd8869cacdd5e73f165318d /net/gatekeeper | |
parent | d7b0d4fdbcabcef2f88e959499cba74d864c3814 (diff) | |
download | ports-1d8909ec19924bd6a7655271ea0e05965f2333e4.tar.gz ports-1d8909ec19924bd6a7655271ea0e05965f2333e4.zip |
Upgrade to latest version
Notes
Notes:
svn path=/head/; revision=70721
Diffstat (limited to 'net/gatekeeper')
-rw-r--r-- | net/gatekeeper/Makefile | 2 | ||||
-rw-r--r-- | net/gatekeeper/distinfo | 2 | ||||
-rw-r--r-- | net/gatekeeper/files/patch-aa | 61 |
3 files changed, 2 insertions, 63 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index b22c77476c0e..b612c94a744e 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gatekeeper -PORTVERSION= 2.0a +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= http://www.gnugk.org/download/ DISTNAME= gk-${PORTVERSION} diff --git a/net/gatekeeper/distinfo b/net/gatekeeper/distinfo index 9ac6387d3415..534c3d917ce8 100644 --- a/net/gatekeeper/distinfo +++ b/net/gatekeeper/distinfo @@ -1 +1 @@ -MD5 (gk-2.0a.tgz) = e50c950ded7dce161d443535c6ee9db8 +MD5 (gk-2.0.1.tgz) = 531e53e720c471ce8f2777b67fb6e568 diff --git a/net/gatekeeper/files/patch-aa b/net/gatekeeper/files/patch-aa deleted file mode 100644 index 86dbf006a3e6..000000000000 --- a/net/gatekeeper/files/patch-aa +++ /dev/null @@ -1,61 +0,0 @@ -*** Makefile.orig Thu May 30 08:54:51 2002 ---- Makefile Fri Oct 11 06:57:42 2002 -*************** ifndef OPENH323DIR -*** 16,26 **** - OPENH323DIR=$(HOME)/openh323 - endif - -! H323_INCDIR = ${OPENH323DIR}/include -! H323_LIBDIR = ${OPENH323DIR}/lib -! H323_LIB = h323_$(PLATFORM_TYPE)_$(OBJ_SUFFIX) - -! STDCCFLAGS := -DLDAP_HAS_CACHE -I${H323_INCDIR} -DPTRACING#-DPASN_NOPRINT - #-DLDAP_HAS_CACHE : do not use ldap-cache (alpha) - - # use destination analysis list ---- 16,28 ---- - OPENH323DIR=$(HOME)/openh323 - endif - -! ##H323_INCDIR = ${OPENH323DIR}/include -! ##H323_LIBDIR = ${OPENH323DIR}/lib -! ##H323_LIB = h323_$(PLATFORM_TYPE)_$(OBJ_SUFFIX) - -! ##STDCCFLAGS := -I${H323_INCDIR} -DPTRACING#-DPASN_NOPRINT -! -! STDCCFLAGS := -DLDAP_HAS_CACHE - #-DLDAP_HAS_CACHE : do not use ldap-cache (alpha) - - # use destination analysis list -*************** endif -*** 142,155 **** - endif - endif - -! LDFLAGS += -L$(H323_LIBDIR) -! LDLIBS += -l$(H323_LIB) - - ifndef PWLIBDIR - PWLIBDIR=$(HOME)/pwlib - endif - -! include $(PWLIBDIR)/make/ptlib.mak - - ifdef HAS_LEVEL_TWO_LDAPAPI - TARGET_LIBS += $(LDAP_LIB) ---- 144,158 ---- - endif - endif - -! #LDFLAGS += -L$(H323_LIBDIR) -! #LDLIBS += -l$(H323_LIB) - - ifndef PWLIBDIR - PWLIBDIR=$(HOME)/pwlib - endif - -! #include $(PWLIBDIR)/make/ptlib.mak -! include $(OPENH323DIR)/openh323u.mak - - ifdef HAS_LEVEL_TWO_LDAPAPI - TARGET_LIBS += $(LDAP_LIB) |