update to 0.39

drop maintainership
This commit is contained in:
jasper 2007-03-30 16:41:43 +00:00
parent 781e926d58
commit 8a6db38b2b
3 changed files with 14 additions and 14 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2007/01/11 17:44:18 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2007/03/30 16:41:43 jasper Exp $
COMMENT= "network pipe meter"
DISTNAME= nepim-0.36
DISTNAME= nepim-0.39
CATEGORIES= net sysutils
HOMEPAGE= http://www.nongnu.org/nepim/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,5 @@
MD5 (nepim-0.36.tar.gz) = bd5becde20fd4dbc955cecb43f70fd2d
RMD160 (nepim-0.36.tar.gz) = cff1a0e00b19710769ade7c5c4faa610e2ec22e8
SHA1 (nepim-0.36.tar.gz) = e34b8f46194796cd0589e34f815044ec14c90ace
SIZE (nepim-0.36.tar.gz) = 62143
MD5 (nepim-0.39.tar.gz) = e09757890e2388086e3c961e65b9c524
RMD160 (nepim-0.39.tar.gz) = 84957a51630c3eac5ed02af84e5fb46301a22149
SHA1 (nepim-0.39.tar.gz) = 2286fcfbbd64e29eab2befd7fd388618a421bb9f
SHA256 (nepim-0.39.tar.gz) = 7f47eb69edb6d5aa619a21c93757a73f48b8a9ca921f918123c4c010c2875312
SIZE (nepim-0.39.tar.gz) = 63167

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile,v 1.2 2007/01/11 17:44:18 jasper Exp $
--- src/Makefile.orig Sat Jun 17 13:38:19 2006
+++ src/Makefile Sat Jun 17 13:39:50 2006
@@ -28,17 +28,14 @@
$OpenBSD: patch-Makefile,v 1.3 2007/03/30 16:41:43 jasper Exp $
--- src/Makefile.orig Fri Mar 30 18:39:34 2007
+++ src/Makefile Fri Mar 30 18:40:03 2007
@@ -28,18 +28,15 @@
# ENABLE_DLOPEN defined as -DHAVE_DLOPEN.
# Otherwise, tcpwrapper support is disabled.
@ -15,9 +15,10 @@ $OpenBSD: patch-Makefile,v 1.2 2007/01/11 17:44:18 jasper Exp $
-CC = gcc
-WARN = -Wall
REENT = -D_REENTRANT
-CFLAGS = $(WARN) $(REENT) -g -ggdb -I$(OOP_INC) $(ENABLE_DLOPEN) \
#DEBUG = -DNEPIM_DEBUG_KEEPALIVE
-CFLAGS = $(WARN) $(REENT) $(DEBUG) -g -ggdb -I$(OOP_INC) $(ENABLE_DLOPEN) \
- -DHAVE_IPV6_MREQ
+CFLAGS += -Wall $(REENT) -I$(OOP_INC) -DHAVE_IPV6_MREQ $(ENABLE_DLOPEN)
+CFLAGS += -Wall $(REENT) -I$(OOP_INC) -DHAVE_IPV6_MREQ $(ENABLE_DLOPEN)
LDFLAGS += -L$(OOP_LIB) -loop
PLATFORM=$(shell uname)