From f846aec63d99d19bce05fb6e0f31b6ccbcf0cd13 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 8 Jan 2006 10:27:14 +0000 Subject: [PATCH] remove MODGNU_SHARED_LIBS and old -version-info patch --- net/curl/Makefile | 5 ++--- net/curl/patches/patch-lib_Makefile_in | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 net/curl/patches/patch-lib_Makefile_in diff --git a/net/curl/Makefile b/net/curl/Makefile index 237d78b9e69..ea2c99b0f5c 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.50 2005/12/23 17:37:03 todd Exp $ +# $OpenBSD: Makefile,v 1.51 2006/01/08 10:27:14 steven Exp $ COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers" DISTNAME= curl-7.15.1 +SHARED_LIBS= curl 3.2 CATEGORIES= net MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ @@ -12,8 +13,6 @@ MASTER_SITES= http://curl.haxx.se/download/ \ http://www.cubic.ch/mirror/curl/ \ http://curl.webmeta.com/ \ ftp://gd.tuwien.ac.ut/utils/archivers/curl/ -SHARED_LIBS= curl 3.2 -MODGNU_SHARED_LIBS=curl '' HOMEPAGE= http://curl.haxx.se/ diff --git a/net/curl/patches/patch-lib_Makefile_in b/net/curl/patches/patch-lib_Makefile_in deleted file mode 100644 index 3ff08803b5f..00000000000 --- a/net/curl/patches/patch-lib_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-lib_Makefile_in,v 1.2 2005/12/08 17:10:02 naddy Exp $ ---- lib/Makefile.in.orig Sun Oct 16 16:15:38 2005 -+++ lib/Makefile.in Sun Oct 16 16:15:53 2005 -@@ -188,7 +188,7 @@ USE_MANUAL_FALSE = @USE_MANUAL_FALSE@ - USE_MANUAL_TRUE = @USE_MANUAL_TRUE@ - USE_SSLEAY = @USE_SSLEAY@ - USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ --VERSION = -version-info 3:0:0 -+VERSION = -version-info 3:2:0 - VERSIONNUM = @VERSIONNUM@ - ac_ct_AR = @ac_ct_AR@ - ac_ct_AS = @ac_ct_AS@