mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 2.26.2.
This commit is contained in:
parent
4f8eaa2352
commit
4aa3d89c2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234152
3 changed files with 4 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= evolution-data-server
|
||||
PORTVERSION= 2.26.1.1
|
||||
PORTVERSION= 2.26.2
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/evolution-data-server-2.26.1.1.tar.bz2) = 0d626ddc09116f25fe5b42bd38b7f440
|
||||
SHA256 (gnome2/evolution-data-server-2.26.1.1.tar.bz2) = 530bc9309625afceb6545569dfa11ecc9ffe9b944e0d775ad82780dd6441ab8e
|
||||
SIZE (gnome2/evolution-data-server-2.26.1.1.tar.bz2) = 7375026
|
||||
MD5 (gnome2/evolution-data-server-2.26.2.tar.bz2) = fdd2a38f885b466c3c65af0be3356dc2
|
||||
SHA256 (gnome2/evolution-data-server-2.26.2.tar.bz2) = f09605100c3edba699818831ac6d8f6c94899416ba0959ded3a0292bbb79a22f
|
||||
SIZE (gnome2/evolution-data-server-2.26.2.tar.bz2) = 7257425
|
||||
|
|
|
@ -9,21 +9,3 @@
|
|||
ICONV_CFLAGS = @ICONV_CFLAGS@
|
||||
ICONV_LIBS = @ICONV_LIBS@
|
||||
IDL_INCLUDES = @IDL_INCLUDES@
|
||||
@@ -730,7 +730,7 @@ install-data-local:
|
||||
mv -f $${installdir}/$(DOC_MODULE).devhelp \
|
||||
$${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
|
||||
fi; \
|
||||
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
|
||||
+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
|
||||
fi
|
||||
|
||||
uninstall-local:
|
||||
@@ -759,7 +759,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
||||
- gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
+# gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
|
||||
.PHONY : dist-hook-local docs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue