mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update port to 0.10.14, add some LIB_DEPENDS (expat and neon)
This commit is contained in:
parent
301fb8cf1d
commit
2202b3b666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37835
@ -6,15 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= sitecopy
|
||||
PORTVERSION= 0.9.10
|
||||
PORTVERSION= 0.10.14
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lyra.org/sitecopy/
|
||||
|
||||
MAINTAINER= nik@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
||||
expat.1:${PORTSDIR}/textproc/expat \
|
||||
neon.9:${PORTSDIR}/www/neon
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
|
||||
LIBS=-lintl
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sitecopy-0.9.10.tar.gz) = ef98de5e0a95e43e14d81311bb27e727
|
||||
MD5 (sitecopy-0.10.14.tar.gz) = 676d3eccd7ea8fcb641f2ecb080811f8
|
||||
|
11
www/sitecopy/files/patch-Makefile.in
Normal file
11
www/sitecopy/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Fri Jan 26 22:16:42 2001
|
||||
+++ Makefile.in Fri Jan 26 22:16:47 2001
|
||||
@@ -23,7 +23,7 @@
|
||||
datadir = $(prefix)/@DATADIRNAME@
|
||||
# Previously I had:
|
||||
# datadir = @datadir@/sitecopy
|
||||
-docdir = $(prefix)/doc/sitecopy
|
||||
+docdir = $(prefix)/share/doc/sitecopy
|
||||
sc_datadir = $(datadir)/sitecopy
|
||||
|
||||
top_srcdir = @top_srcdir@
|
11
www/sitecopy/files/patch-src_davdriver.c
Normal file
11
www/sitecopy/files/patch-src_davdriver.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/davdriver.c.orig Fri Jan 26 22:21:41 2001
|
||||
+++ src/davdriver.c Fri Jan 26 22:21:59 2001
|
||||
@@ -546,7 +546,7 @@
|
||||
dav_propfind_set_flat(ph, flat_props);
|
||||
|
||||
/* The complex props. */
|
||||
- dav_propfind_set_complex(ph, complex_props, create_private, NULL);
|
||||
+ dav_propfind_set_complex(ph, complex_props, create_private);
|
||||
|
||||
/* Register the handler for the complex props. */
|
||||
hip_xml_push_handler(dav_propfind_get_parser(ph), fetch_elms,
|
@ -1,8 +1,16 @@
|
||||
bin/sitecopy
|
||||
share/sitecopy/examplerc
|
||||
share/sitecopy/changes.awk
|
||||
share/locale/ru/LC_MESSAGES/sitecopy.mo
|
||||
share/locale/fr/LC_MESSAGES/sitecopy.mo
|
||||
share/doc/sitecopy/FAQ
|
||||
share/doc/sitecopy/NEWS
|
||||
share/doc/sitecopy/README
|
||||
share/doc/sitecopy/THANKS
|
||||
share/doc/sitecopy/update.sh
|
||||
share/locale/cs/LC_MESSAGES/sitecopy.mo
|
||||
share/locale/de/LC_MESSAGES/sitecopy.mo
|
||||
share/locale/fr/LC_MESSAGES/sitecopy.mo
|
||||
share/locale/ja/LC_MESSAGES/sitecopy.mo
|
||||
@unexec rmdir %D/share/sitecopy > /dev/null 2>&1
|
||||
share/locale/ru/LC_MESSAGES/sitecopy.mo
|
||||
share/locale/tr/LC_MESSAGES/sitecopy.mo
|
||||
share/sitecopy/changes.awk
|
||||
share/sitecopy/examplerc
|
||||
@dirrm share/doc/sitecopy
|
||||
@dirrm share/sitecopy
|
||||
|
Loading…
Reference in New Issue
Block a user