diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-27 01:51:52 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-27 01:51:52 +0000 |
commit | 113806b5bb6972bcc0458ff15135f89f7172e880 (patch) | |
tree | f175ceb9b1c80732e629ccea9aa7788b4a28d56c /mail/evolution-sharp | |
parent | 486da344354b58a4199e0e8b8a2bf01c3457340a (diff) | |
download | ports-113806b5bb6972bcc0458ff15135f89f7172e880.tar.gz ports-113806b5bb6972bcc0458ff15135f89f7172e880.zip |
Notes
Diffstat (limited to 'mail/evolution-sharp')
-rw-r--r-- | mail/evolution-sharp/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution-sharp/distinfo | 6 | ||||
-rw-r--r-- | mail/evolution-sharp/files/patch-evolution::Makefile.in | 18 |
3 files changed, 10 insertions, 19 deletions
diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile index 0b1e9fb5f800..e367d3383e73 100644 --- a/mail/evolution-sharp/Makefile +++ b/mail/evolution-sharp/Makefile @@ -8,10 +8,9 @@ # PORTNAME= evolution-sharp -PORTVERSION= 0.15.91 +PORTVERSION= 0.16.0 CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15 +MASTER_SITES= GNOME MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono bindings for evolution diff --git a/mail/evolution-sharp/distinfo b/mail/evolution-sharp/distinfo index de7a43811ef2..994ee95e2f22 100644 --- a/mail/evolution-sharp/distinfo +++ b/mail/evolution-sharp/distinfo @@ -1,3 +1,3 @@ -MD5 (evolution-sharp-0.15.91.tar.bz2) = 0caeb630daf13590d70bdb977ae4bb13 -SHA256 (evolution-sharp-0.15.91.tar.bz2) = 99f3fea16b90290243cecc168463c37c66b1c8385a9c373a5df232a676869c4d -SIZE (evolution-sharp-0.15.91.tar.bz2) = 266810 +MD5 (evolution-sharp-0.16.0.tar.bz2) = 866d3bca8a7e564035f42fc7f9096fe2 +SHA256 (evolution-sharp-0.16.0.tar.bz2) = 1d938bfa24f2fd1013841a56f845620fe879b850f1d5ffb00978a4e577d9342c +SIZE (evolution-sharp-0.16.0.tar.bz2) = 270752 diff --git a/mail/evolution-sharp/files/patch-evolution::Makefile.in b/mail/evolution-sharp/files/patch-evolution::Makefile.in index 6152596334af..62ddce2c928b 100644 --- a/mail/evolution-sharp/files/patch-evolution::Makefile.in +++ b/mail/evolution-sharp/files/patch-evolution::Makefile.in @@ -1,21 +1,13 @@ ---- evolution/Makefile.in.orig Thu Mar 3 00:28:29 2005 -+++ evolution/Makefile.in Thu Mar 3 00:44:28 2005 -@@ -364,14 +364,14 @@ +--- evolution/Makefile.in.orig 2008-03-26 20:44:07.000000000 -0500 ++++ evolution/Makefile.in 2008-03-26 20:45:49.000000000 -0500 +@@ -463,8 +463,8 @@ install-data-local: @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ -- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ +- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \ +- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \ + echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib"; \ + $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ fi uninstall-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ -- $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ -+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib"; \ -+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ - fi - - evolution-sharp.pub: $(top_srcdir)/evolution-sharp.pub |