- update to latest version http_load_17sep00
- add real name to MAINTAINER - regenerate patches for new version - remove DISTFILES override, set DISTNAME and WRKDIST instead
This commit is contained in:
parent
f99c40395e
commit
0adb199048
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/12 18:08:58 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/09/28 22:25:05 avsm Exp $
|
||||
|
||||
DISTNAME= http_load
|
||||
PKGNAME= http_load-09jun00
|
||||
DISTNAME= http_load_17sep00
|
||||
PKGNAME= http_load-17sep00
|
||||
CATEGORIES= www
|
||||
NEED_VERSION= 1.328
|
||||
NEED_VERSION= 1.336
|
||||
|
||||
HOMEPAGE= http://www.acme.com/software/http_load/
|
||||
MAINTAINER= avsm@openbsd.org
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -14,7 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.acme.com/software/http_load/
|
||||
DISTFILES= ${DISTNAME}_09jun00${EXTRACT_SUFX}
|
||||
WRKDIST= ${WRKDIR}/http_load
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/http_load ${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (http_load_09jun00.tar.gz) = 806b29b3b92b7fdbf2dc1d1654da06ee
|
||||
RMD160 (http_load_09jun00.tar.gz) = 7d984b0f8096651635c5babf6ed5d222fe7f25b8
|
||||
SHA1 (http_load_09jun00.tar.gz) = 3722bde05d2c68c7fd01f408701944ece48b17bd
|
||||
MD5 (http_load_17sep00.tar.gz) = 0e465fed4f2c0d25184414f961dbbe1b
|
||||
RMD160 (http_load_17sep00.tar.gz) = 3394bc2cd1f4e396b1b5de27a6cbca6b87225391
|
||||
SHA1 (http_load_17sep00.tar.gz) = 4a34e616260918c150e0596e9255eeb0614fe2ab
|
||||
|
@ -1,19 +1,17 @@
|
||||
--- Makefile.orig Fri Sep 10 04:13:21 1999
|
||||
+++ Makefile Tue Sep 12 18:18:12 2000
|
||||
@@ -8,11 +8,11 @@
|
||||
# definitions. You will need to have already built OpenSSL, available at
|
||||
# http://www.openssl.org/ Make sure the SSL_INCDIR and SSL_LIBDIR
|
||||
# definitions point to your OpenSSL installation.
|
||||
-#SSL_INCDIR = /usr/local/include
|
||||
-#SSL_LIBDIR = /usr/local/lib
|
||||
--- Makefile.orig Wed Sep 13 19:57:07 2000
|
||||
+++ Makefile Thu Sep 28 23:18:02 2000
|
||||
@@ -9,10 +9,10 @@
|
||||
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the
|
||||
# tree with your OpenSSL installation - depending on how you installed it,
|
||||
# it may be in /usr/local instead of /usr/local/ssl.
|
||||
-#SSL_TREE = /usr/local/ssl
|
||||
-#SSL_DEFS = -DUSE_SSL
|
||||
-#SSL_INC = -I$(SSL_INCDIR)
|
||||
-#SSL_LIBS = -L$(SSL_LIBDIR) -lssl -lcrypto -lRSAglue -lrsaref
|
||||
+SSL_INCDIR = /usr/include/ssl
|
||||
+SSL_LIBDIR = /usr/lib
|
||||
-#SSL_INC = -I$(SSL_TREE)/include
|
||||
-#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
|
||||
+SSL_TREE = /usr
|
||||
+SSL_DEFS = -DUSE_SSL
|
||||
+SSL_INC = -I$(SSL_INCDIR)
|
||||
+SSL_LIBS = -L$(SSL_LIBDIR) -lssl -lcrypto
|
||||
+SSL_INC = -I$(SSL_TREE)/include/ssl
|
||||
+SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
|
||||
|
||||
BINDIR = /usr/local/bin
|
||||
MANDIR = /usr/local/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user