- Update to 2.2.22

This commit is contained in:
Marcus Alves Grando 2008-08-17 05:22:37 +00:00
parent f6a92964f8
commit 60dcc666d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218699
3 changed files with 13 additions and 13 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= gmime
PORTVERSION= 2.2.18
PORTREVISION?= 1
PORTVERSION= 2.2.22
PORTREVISION?= 0
CATEGORIES?= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v${PORTVERSION:C/([0-9]\.[0-9]).*/\1/}/

View file

@ -1,3 +1,3 @@
MD5 (gmime-2.2.18.tar.gz) = 90b76399fca28ebbc4e5a4cb4cee4e46
SHA256 (gmime-2.2.18.tar.gz) = 9eaef3d0a318aa10e10c879a4176e6747fa51d36f279e41a9011aeebf1d4c2f4
SIZE (gmime-2.2.18.tar.gz) = 1034396
MD5 (gmime-2.2.22.tar.gz) = c5c2cd8c94dc26b18c5524d70eb2971d
SHA256 (gmime-2.2.22.tar.gz) = e310868a0e95daa0f4878b0eed603fcb4ef31c767f7cfcc8c8143512ebf3ed8d
SIZE (gmime-2.2.22.tar.gz) = 1064237

View file

@ -1,11 +1,11 @@
#
# http://www.freebsd.org/cgi/query-pr.cgi?pr=118092
#
# Rename uudecode e uuencode to gmime-* to not conflict with userland
# Rename uudecode and uuencode to gmime-* to not conflict with userland
#
--- src/Makefile.in.orig Thu Dec 6 14:46:22 2007
+++ src/Makefile.in Thu Dec 6 14:43:34 2007
@@ -30,6 +30,7 @@
--- src/Makefile.in.orig 2008-07-19 20:57:47.000000000 -0300
+++ src/Makefile.in 2008-07-20 21:29:18.000000000 -0300
@@ -24,6 +24,7 @@
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
@ -13,16 +13,16 @@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
@@ -298,7 +299,7 @@
@@ -293,7 +294,7 @@
if test -f $$p \
|| test -f $$p1 \
; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/;$(add_gmime)'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
else :; fi; \
@@ -307,7 +308,7 @@
@@ -302,7 +303,7 @@
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \