Bug 25140 - update comms/qico to 0.48.4
Summary: update comms/qico to 0.48.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-16 16:50 UTC by Denis Shaposhnikov
Modified: 2001-02-17 15:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2001-02-16 16:50:01 UTC
Update qico to last stable version 0.48.4.
Now use WITH_QICO_* and WITHOUT_QICO_* instead of just WITH_* and WITHOUT_*.

How-To-Repeat: 
diff -Nru qico.orig/Makefile qico/Makefile
--- qico.orig/Makefile	Sat Nov 18 02:13:16 2000
+++ qico/Makefile	Fri Feb 16 19:35:08 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qico
-PORTVERSION=	0.48.3
+PORTVERSION=	0.48.4
 CATEGORIES=	comms
 MASTER_SITES=	http://lev.serebryakov.spb.ru/download/0.48/
 
@@ -15,18 +15,18 @@
 USE_GMAKE=	yes
 MAKE_ENV+=	SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
 
-.if defined(WITH_AMIGA4D)
+.if defined(WITH_QICO_AMIGA4D)
 DEFS+=		-DAMIGA4D
 .endif
 
-.if !defined(WITHOUT_MORDA)
+.if !defined(WITHOUT_QICO_MORDA)
 MORDA=		1
 .endif
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
 	${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
-.if !defined(WITHOUT_MORDA)
+.if !defined(WITHOUT_QICO_MORDA)
 	${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
 .endif
 
diff -Nru qico.orig/distinfo qico/distinfo
--- qico.orig/distinfo	Sat Nov 18 02:13:16 2000
+++ qico/distinfo	Fri Feb 16 19:35:08 2001
@@ -1 +1 @@
-MD5 (qico-0.48.3.tar.gz) = 103dcbc0ce1ccf7e2b549680a7ff2287
+MD5 (qico-0.48.4.tar.gz) = a426094bbb25711ddc919b769a08475e
diff -Nru qico.orig/pkg-plist qico/pkg-plist
--- qico.orig/pkg-plist	Wed Aug 23 18:32:26 2000
+++ qico/pkg-plist	Fri Feb 16 19:35:08 2001
@@ -1,6 +1,6 @@
 bin/qcc
 etc/qico.conf.sample
 libexec/qico
-share/doc/qico/FAQ.ru
-share/doc/qico/README.ru
-@dirrm share/doc/qico
+%%PORTDOCS%%share/doc/qico/FAQ.ru
+%%PORTDOCS%%share/doc/qico/README.ru
+%%PORTDOCS%%@dirrm share/doc/qico
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2001-02-17 15:14:20 UTC
State Changed
From-To: open->closed

Committed, thanks.