diff options
Diffstat (limited to 'comms/qicosi/Makefile')
-rw-r--r-- | comms/qicosi/Makefile | 6 |
1 files changed, 4 insertions, 2 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 |