diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 07:52:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 07:52:51 +0000 |
commit | 8779bad3b7c7040e35a1a296bc909cf66e843cac (patch) | |
tree | e9521cef07852afc8283991b77c1fe18cb15f935 /devel | |
parent | - Update to version 1.8.10 (diff) |
- Update to version 0.1.3
PR: ports/66077
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=107936
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopendaap/Makefile | 8 | ||||
-rw-r--r-- | devel/libopendaap/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index 3c2c7f8ac3d3..770527c00249 100644 --- a/devel/libopendaap/Makefile +++ b/devel/libopendaap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libopendaap -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel net MASTER_SITES= http://crazney.net/programs/itunes/files/ @@ -23,10 +23,10 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" INSTALLS_SHLIB= yes +pre-everything:: + @${ECHO_MSG} "This version does NOT work with iTunes 4.5" + post-patch: - @${REINPLACE_CMD} -e 's|-DNOT_HAVE_SA_LEN||' \ - ${WRKSRC}/mDNS/Makefile.am \ - ${WRKSRC}/mDNS/Makefile.in @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/Makefile.am \ ${WRKSRC}/Makefile.in diff --git a/devel/libopendaap/distinfo b/devel/libopendaap/distinfo index e3ab08776112..0159c9f74bee 100644 --- a/devel/libopendaap/distinfo +++ b/devel/libopendaap/distinfo @@ -1,2 +1,2 @@ -MD5 (libopendaap-0.1.2.tar.bz2) = ee95737731d01e5a089a5674f75b13a1 -SIZE (libopendaap-0.1.2.tar.bz2) = 320679 +MD5 (libopendaap-0.1.3.tar.bz2) = 72bdf1e6ef9ed0150923bd2f1debf4eb +SIZE (libopendaap-0.1.3.tar.bz2) = 337980 |