1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

databases/freetds-devel: Update version 1.1.20=>1.1.21

This commit is contained in:
Muhammad Moinur Rahman 2019-04-04 18:18:06 +00:00
parent c1a541e10b
commit ec968c65e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497860
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freetds
PORTVERSION= 1.1.20
PORTVERSION= 1.1.21
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553896131
SHA256 (freetds-dev.1.1.20.tar.bz2) = 24572df3b17bf3cf19f1dbbdc282ad1e2264d2bd1ffbf6f690ca485e85808b85
SIZE (freetds-dev.1.1.20.tar.bz2) = 2261651
TIMESTAMP = 1554378370
SHA256 (freetds-dev.1.1.21.tar.bz2) = 68bde9875ec3308d790a47addae5eaf5253fd5e7b570318d3e107d61f3da931b
SIZE (freetds-dev.1.1.21.tar.bz2) = 2261731

View File

@ -1,6 +1,6 @@
--- doc/Makefile.in.orig 2015-10-18 19:22:12 UTC
--- doc/Makefile.in.orig 2019-03-30 09:02:39 UTC
+++ doc/Makefile.in
@@ -729,16 +729,7 @@ $(INSTALLDIRS) $(DOCDIR):
@@ -740,16 +740,7 @@ $(INSTALLDIRS) $(DOCDIR):
# If we built the documentation ourselves, install that,
# else if we have access to distributed documentation, install that.
@ -8,12 +8,12 @@
- $(MKDIR_P) $(DOCDIR) 2>&1
- if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
- find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) \
- -exec $(INSTALL) {} $(TARGET_DOCDIR)/userguide ';'
- -exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/userguide ';'
- if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
- find $$d/$(DOCDIR)/reference \( -type f -o -type l \) \
- -exec $(INSTALL) {} $(TARGET_DOCDIR)/reference ';'
- -exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/reference ';'
- cd $(srcdir) && find images -name \*.gif \
- -exec $(INSTALL) {} $(TARGET_DOCDIR)/{} ';'
- -exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/{} ';'
+install-data-local:
uninstall-local: