tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
www/yaws: why PLIST.dragonfly ?
Hi,
@comment $NetBSD: PLIST.DragonFly,v 1.1 2012/05/21 15:51:27 marino Exp $
lib/yaws/priv/lib/yaws_sendfile_drv.so
... what is this needed for? there's no other architecture-specific
PLIST.
The reason I'm asking: one of the two methods to move yaws off the
"crypto:sha is deprecated" message is to upgrade 1.96 to 1.97.
WOuld somebody with a pkgsrc-current on DragonFly be able to check
wheter PLIST.dragonfly is still needed with the below patch (and removal
of patches/patch-configure.in)?
-is
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/yaws/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 19 Jul 2013 09:53:34 -0000 1.7
+++ Makefile 12 Nov 2013 16:11:04 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2013/07/19 09:53:34 fhajny Exp $
#
-DISTNAME= yaws-1.96
+DISTNAME= yaws-1.97
CATEGORIES= www
MASTER_SITES= http://yaws.hyber.org/download/
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/www/yaws/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST 19 Jul 2013 09:53:34 -0000 1.2
+++ PLIST 12 Nov 2013 16:11:04 -0000
@@ -12,13 +12,12 @@
lib/yaws/ebin/yaws_api.beam
lib/yaws/ebin/yaws_app.beam
lib/yaws/ebin/yaws_appmod_cgi.beam
+lib/yaws/ebin/yaws_appmod_dav.beam
lib/yaws/ebin/yaws_appmod_fcgi.beam
lib/yaws/ebin/yaws_cgi.beam
lib/yaws/ebin/yaws_compile.beam
lib/yaws/ebin/yaws_config.beam
lib/yaws/ebin/yaws_ctl.beam
-lib/yaws/ebin/yaws_dav.beam
-lib/yaws/ebin/yaws_davlock.beam
lib/yaws/ebin/yaws_debug.beam
lib/yaws/ebin/yaws_dime.beam
lib/yaws/ebin/yaws_exhtml.beam
@@ -35,6 +34,7 @@
lib/yaws/ebin/yaws_revproxy.beam
lib/yaws/ebin/yaws_rpc.beam
lib/yaws/ebin/yaws_rss.beam
+lib/yaws/ebin/yaws_runmod_lock.beam
lib/yaws/ebin/yaws_sendfile.beam
lib/yaws/ebin/yaws_server.beam
lib/yaws/ebin/yaws_session_server.beam
@@ -58,6 +58,7 @@
lib/yaws/include/yaws.hrl
lib/yaws/include/yaws_api.hrl
lib/yaws/include/yaws_dav.hrl
+lib/yaws/include/yaws_lock.hrl
lib/yaws/include/yaws_soap.hrl
lib/yaws/priv/charset.def
lib/yaws/priv/charset.def.in
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/yaws/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 19 Jul 2013 09:53:34 -0000 1.2
+++ distinfo 12 Nov 2013 16:11:04 -0000
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.2 2013/07/19 09:53:34 fhajny Exp $
-SHA1 (yaws-1.96.tar.gz) = ca6f49f69c71081d8e13e4406d5e20e8af2fa53d
-RMD160 (yaws-1.96.tar.gz) = 00c3c687bcea0f2ce1a63f746c03a8ac2862e88e
-Size (yaws-1.96.tar.gz) = 1226822 bytes
+SHA1 (yaws-1.97.tar.gz) = 4b8b811c40e6408ba03d25d31fa004483aede2b2
+RMD160 (yaws-1.97.tar.gz) = 21c6138cf982b67f608ef8fd7228d17c754fe959
+Size (yaws-1.97.tar.gz) = 1242089 bytes
SHA1 (patch-ai) = fff8d3007722922d1b40ab579817626616740be6
-SHA1 (patch-configure.in) = ec43bc2c8668d340f2cb5fa3f719448946cc9fe7
Home |
Main Index |
Thread Index |
Old Index