Update to 0.2.3

PR:		87485
Submitted by:	Meno Abels <meno.abels@adviser.com> (maintainer)
This commit is contained in:
Marcus Alves Grando 2005-10-15 17:54:49 +00:00
parent fc5a9d3081
commit 68182ad30d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145469
4 changed files with 23 additions and 37 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mt-daapd
PORTVERSION= 0.2.0
PORTVERSION= 0.2.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mt-daapd

View File

@ -1,2 +1,2 @@
MD5 (mt-daapd-0.2.0.tar.gz) = 62465e98dd93cd3553b329298d13399d
SIZE (mt-daapd-0.2.0.tar.gz) = 372948
MD5 (mt-daapd-0.2.3.tar.gz) = 17aa3fa0601cbe172d18f53489141e5a
SIZE (mt-daapd-0.2.3.tar.gz) = 406035

View File

@ -1,14 +0,0 @@
diff -ur work/mt-daapd-0.2.0/src/mDNSClientAPI.h work.orig/mt-daapd-0.2.0/src/mDNSClientAPI.h
--- src/mDNSClientAPI.h Thu Oct 21 09:52:05 2004
+++ src/mDNSClientAPI.h.orig Mon Mar 29 19:55:17 2004
@@ -486,8 +486,8 @@
typedef unsigned char mDNSu8;
typedef signed short mDNSs16;
typedef unsigned short mDNSu16;
+typedef signed int mDNSs32;
+typedef unsigned int mDNSu32;
-typedef signed long mDNSs32;
-typedef unsigned long mDNSu32;
// To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
// This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types

View File

@ -2,28 +2,28 @@
etc/mt-daapd.conf.sample
etc/rc.d/mt-daapd.sh
sbin/mt-daapd
share/mt-daapd/admin-root/aspl-license.html
share/mt-daapd/admin-root/aspl-license.txt
share/mt-daapd/admin-root/config-update.html
share/mt-daapd/admin-root/config.html
share/mt-daapd/admin-root/feedback.html
share/mt-daapd/admin-root/ftr.html
share/mt-daapd/admin-root/gpl-license.html
share/mt-daapd/admin-root/gpl-license.txt
share/mt-daapd/admin-root/hdr.html
share/mt-daapd/admin-root/index.html
share/mt-daapd/admin-root/linkOpaque.gif
share/mt-daapd/admin-root/linkTransparent.gif
share/mt-daapd/admin-root/mt-daapd.css
share/mt-daapd/admin-root/mt-daapd.png
share/mt-daapd/admin-root/required.gif
share/mt-daapd/admin-root/status.html
share/mt-daapd/admin-root/thanks.html
%%DATADIR%%/admin-root/aspl-license.html
%%DATADIR%%/admin-root/aspl-license.txt
%%DATADIR%%/admin-root/config-update.html
%%DATADIR%%/admin-root/config.html
%%DATADIR%%/admin-root/feedback.html
%%DATADIR%%/admin-root/ftr.html
%%DATADIR%%/admin-root/gpl-license.html
%%DATADIR%%/admin-root/gpl-license.txt
%%DATADIR%%/admin-root/hdr.html
%%DATADIR%%/admin-root/index.html
%%DATADIR%%/admin-root/linkOpaque.gif
%%DATADIR%%/admin-root/linkTransparent.gif
%%DATADIR%%/admin-root/mt-daapd.css
%%DATADIR%%/admin-root/mt-daapd.png
%%DATADIR%%/admin-root/required.gif
%%DATADIR%%/admin-root/status.html
%%DATADIR%%/admin-root/thanks.html
@dirrm var/mt-daapd/db
@dirrm var/mt-daapd
@dirrm share/mt-daapd/mp3
@dirrm share/mt-daapd/admin-root
@dirrm share/mt-daapd
@dirrm %%DATADIR%%/mp3
@dirrm %%DATADIR%%/admin-root
@dirrm %%DATADIR%%
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING