diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:18:07 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:18:07 +0000 |
commit | 65f4afec8fab2b843c292fb4fe3f55ca4755c3ac (patch) | |
tree | 0fc990cf4a5897355d80ec7a0026755df75610fd /comms/qicosi | |
parent | d2a5af872a2ff42cb92fb7f63c5093d153247662 (diff) | |
download | ports-65f4afec8fab2b843c292fb4fe3f55ca4755c3ac.tar.gz ports-65f4afec8fab2b843c292fb4fe3f55ca4755c3ac.zip |
Update to 0.48
PR: 21889
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=33739
Diffstat (limited to 'comms/qicosi')
-rw-r--r-- | comms/qicosi/Makefile | 6 | ||||
-rw-r--r-- | comms/qicosi/distinfo | 3 | ||||
-rw-r--r-- | comms/qicosi/files/patch-ac | 11 |
3 files changed, 16 insertions, 4 deletions
diff --git a/comms/qicosi/Makefile b/comms/qicosi/Makefile index 7a5f15df76f1..98b7c6b97c9e 100644 --- a/comms/qicosi/Makefile +++ b/comms/qicosi/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: qico -# Version required: 0.46.2 # Date created: 13 Jan 2000 # Whom: Denis Shaposhnikov <dsh@vlink.ru> # @@ -7,9 +6,12 @@ # PORTNAME= qico -PORTVERSION= 0.46.2 +PORTVERSION= 0.48 +DISTNAME= ${PORTNAME}-${PORTVERSION}.0 CATEGORIES= comms MASTER_SITES= http://lev.serebryakov.spb.ru/download/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${PORTVERSION}.0-stable.patch.gz MAINTAINER= dsh@vlink.ru diff --git a/comms/qicosi/distinfo b/comms/qicosi/distinfo index 911c5b03a5a2..952c33ec35b4 100644 --- a/comms/qicosi/distinfo +++ b/comms/qicosi/distinfo @@ -1 +1,2 @@ -MD5 (qico-0.46.2.tar.gz) = 5c585ae8266a8b5132ed4523024e5462 +MD5 (qico-0.48.0.tar.gz) = 7605f61fc4e6b550f66366e0f9016715 +MD5 (qico-0.48.0-stable.patch.gz) = c519677256297a9da8da3228c3b11fdb diff --git a/comms/qicosi/files/patch-ac b/comms/qicosi/files/patch-ac index 4370c5401f5b..7bbfef02dd09 100644 --- a/comms/qicosi/files/patch-ac +++ b/comms/qicosi/files/patch-ac @@ -1,5 +1,5 @@ --- src/Makefile.orig Tue Aug 15 20:53:42 2000 -+++ src/Makefile Sun Aug 20 10:06:44 2000 ++++ src/Makefile Sat Oct 7 19:06:08 2000 @@ -14,7 +14,7 @@ #DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100 @@ -9,3 +9,12 @@ ifeq (1,$(STRIP)) IFLAGS = -s else +@@ -23,7 +23,7 @@ + endif + #DLIBS = -lccmalloc -ldl + ifeq (1,$(FREE_BSD)) +-LIBS += -lutil ++#LIBS += -lutil + DEFS += -DFREE_BSD=1 + else + LIBS += |