diff options
-rw-r--r-- | security/gnutls-devel/Makefile | 12 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 2 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 4 | ||||
-rw-r--r-- | security/gnutls/Makefile | 12 | ||||
-rw-r--r-- | security/gnutls/distinfo | 2 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 4 |
6 files changed, 16 insertions, 20 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index f9550dc5ccb9..2e17e55e8ae6 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.10 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ @@ -28,17 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -DOCS= AUTHORS NEWS README THANKS +DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps +EXAMPLES= doc/examples/*.c post-install: @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo index 57c46ecf8a5b..1176374b2b61 100644 --- a/security/gnutls-devel/distinfo +++ b/security/gnutls-devel/distinfo @@ -1 +1 @@ -MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1 +MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist index 0edcddbd48af..dd8ce5e834ea 100644 --- a/security/gnutls-devel/pkg-plist +++ b/security/gnutls-devel/pkg-plist @@ -10,10 +10,10 @@ include/gnutls/compat4.h include/gnutls/openssl.h include/gnutls/gnutls.h @dirrm include/gnutls -lib/libgnutls.so.8 +lib/libgnutls.so.7 lib/libgnutls.so lib/libgnutls.a -lib/libgnutls-extra.so.8 +lib/libgnutls-extra.so.7 lib/libgnutls-extra.so lib/libgnutls-extra.a share/aclocal/libgnutls.m4 diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index f9550dc5ccb9..2e17e55e8ae6 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.10 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ @@ -28,17 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -DOCS= AUTHORS NEWS README THANKS +DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps +EXAMPLES= doc/examples/*.c post-install: @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 57c46ecf8a5b..1176374b2b61 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1 +1 @@ -MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1 +MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 0edcddbd48af..dd8ce5e834ea 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -10,10 +10,10 @@ include/gnutls/compat4.h include/gnutls/openssl.h include/gnutls/gnutls.h @dirrm include/gnutls -lib/libgnutls.so.8 +lib/libgnutls.so.7 lib/libgnutls.so lib/libgnutls.a -lib/libgnutls-extra.so.8 +lib/libgnutls-extra.so.7 lib/libgnutls-extra.so lib/libgnutls-extra.a share/aclocal/libgnutls.m4 |