diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 11:25:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 11:25:04 +0000 |
commit | dd5f0bf0844b2d46d840ee18e2f529a8466ef092 (patch) | |
tree | f3598997c6ea2f1ec9c24130240d888d63a23bb3 /security/nettle/files/patch-Makefile.in | |
parent | print/lcdf-typetools was a dupe of print/typetools, so remove the former (diff) |
security/nettle is out of date : port version is 1.7, available is 1.13
Nettle port is out of date. Nettle website has 1.13 for ages.
Nettle port needs to be updated for software fixes purposes.
Bumped portversion of lang/pike76
PR: ports/87655
Submitted by: Xavier beaudouin <kiwi@oav.net>
Notes
Notes:
svn path=/head/; revision=149277
Diffstat (limited to 'security/nettle/files/patch-Makefile.in')
-rw-r--r-- | security/nettle/files/patch-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/nettle/files/patch-Makefile.in b/security/nettle/files/patch-Makefile.in index 5e9e5bd2c686..a46bc2fb063b 100644 --- a/security/nettle/files/patch-Makefile.in +++ b/security/nettle/files/patch-Makefile.in @@ -1,10 +1,10 @@ ---- Makefile.in.orig Fri Oct 24 14:28:03 2003 -+++ Makefile.in Fri Oct 24 14:29:11 2003 -@@ -1067,7 +1067,6 @@ $(SHLIBFORLINK): $(SHLIBOBJECTS) - install-shared: $(SHLIBFORLINK) - $(INSTALL_DATA) $(SHLIBFORLINK) $(DESTDIR)$(libdir)/$(SHLIBFILE) - (cd $(DESTDIR)$(libdir) \ +--- Makefile.in.orig Tue Nov 1 09:34:09 2005 ++++ Makefile.in Tue Nov 1 09:34:24 2005 +@@ -221,7 +221,6 @@ + $(INSTALL_PROGRAM) $(SHLIBFORLINK) $(DESTDIR)$(libdir)/$(SHLIBFILE) + [ -z "$(SHLIBSONAME)" ] \ + || (cd $(DESTDIR)$(libdir) \ - && ln -sf $(SHLIBFILE) $(SHLIBSONAME) \ && ln -sf $(SHLIBFILE) $(SHLIBFORLINK) ) - %.html : %.texinfo + install-info: nettle.info |