From lth@dask.thegler.dk  Sat Dec 13 14:39:30 2003
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A7BA416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Dec 2003 14:39:30 -0800 (PST)
Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2213E43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Dec 2003 14:39:15 -0800 (PST)
	(envelope-from lth@dask.thegler.dk)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 838CF3ED1; Sat, 13 Dec 2003 23:39:09 +0100 (CET)
Message-Id: <20031213223909.838CF3ED1@dask.thegler.dk>
Date: Sat, 13 Dec 2003 23:39:09 +0100 (CET)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/daapd: update to 0.2.1d
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60215
>Category:       ports
>Synopsis:       [MAINTAINER] audio/daapd: update to 0.2.1d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 13 14:40:14 PST 2003
>Closed-Date:    Sun Dec 14 07:11:06 PST 2003
>Last-Modified:  Sun Dec 14 07:11:06 PST 2003
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
- Update to 0.2.1d

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- daapd-0.2.1d.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/daapd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	28 Oct 2003 10:06:50 -0000	1.2
+++ Makefile	13 Dec 2003 22:38:30 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	daapd
-PORTVERSION=	0.2.1c
-PORTREVISION=	1
+PORTVERSION=	0.2.1d
 CATEGORIES=	audio
 MASTER_SITES=	http://www.deleet.de/projekte/daap/daapd/
 EXTRACT_SUFX=	.tgz
@@ -17,7 +16,7 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libid3tag.a:${PORTSDIR}/audio/mad \
 		${LOCALBASE}/lib/libdaaplib.a:${PORTSDIR}/audio/daaplib \
-		${LOCALBASE}/lib/libhttpd.a:${PORTSDIR}/www/libhttpd-persistent
+		${LOCALBASE}/lib/libhttpd-persistent.a:${PORTSDIR}/www/libhttpd-persistent
 
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/daapd/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	23 Oct 2003 20:24:42 -0000	1.1
+++ distinfo	13 Dec 2003 22:38:30 -0000
@@ -1 +1 @@
-MD5 (daapd-0.2.1c.tgz) = 6f4d9a4d6aaaaafea9d82e3f31cb055f
+MD5 (daapd-0.2.1d.tgz) = 2f69299a099920694d7ddf78a1dcea49
Index: files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/audio/daapd/files/patch-makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-makefile
--- files/patch-makefile	23 Oct 2003 20:24:42 -0000	1.1
+++ files/patch-makefile	13 Dec 2003 22:38:30 -0000
@@ -1,15 +1,15 @@
---- makefile.orig	Tue Oct 21 22:59:55 2003
-+++ makefile	Tue Oct 21 23:00:44 2003
+--- makefile.orig	Sat Dec 13 23:25:47 2003
++++ makefile	Sat Dec 13 23:26:24 2003
 @@ -2,9 +2,9 @@
  TARGET = daapd
  OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
- LIBS = -ldaaplib -lhttpd -lid3tag -lz
+ LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
 -LIBPATH = -L. -L/usr/local/lib
--INCPATH = -I.
+-INCPATH = -I. -I/usr/local/include
 -DEPLOY = /usr/local/bin
 +LIBPATH = -L. -L%%LOCALBASE%%/lib
 +INCPATH = -I. -I%%LOCALBASE%%/include
-+DEPLOY = %%PREFIX%%/sbin
++DEPLOY = %%PREFIX%%/bin
  CFLAGS = -Wall -Wno-multichar
  
  .cc.o:
--- daapd-0.2.1d.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Sat Dec 13 15:23:39 PST 2003 
Responsible-Changed-Why:  
I'll handle it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60215 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Sun Dec 14 07:10:54 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60215 
>Unformatted:
