svn commit: r489393 - head/mail/pantomime

Steve Wills swills at FreeBSD.org
Sat Jan 5 22:23:12 UTC 2019


Author: swills
Date: Sat Jan  5 22:23:11 2019
New Revision: 489393
URL: https://svnweb.freebsd.org/changeset/ports/489393

Log:
  mail/pantomime: Update to 1.3.0
  
  PR:		230615
  Submitted by:	eancaer at gmail.com
  Approved by:	maintainer timeout (theraven, >2 months)

Modified:
  head/mail/pantomime/Makefile   (contents, props changed)
  head/mail/pantomime/distinfo   (contents, props changed)

Modified: head/mail/pantomime/Makefile
==============================================================================
--- head/mail/pantomime/Makefile	Sat Jan  5 22:08:59 2019	(r489392)
+++ head/mail/pantomime/Makefile	Sat Jan  5 22:23:11 2019	(r489393)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pantomime
-PORTVERSION=	1.2.3
-PORTREVISION=	2
+PORTVERSION=	1.3.0
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gnustep-nonfsf/
 DISTNAME=	Pantomime-${PORTVERSION}
@@ -13,13 +12,14 @@ COMMENT=	Mail/MIME handling library for GNUstep
 
 LICENSE=	LGPL21
 
+USES=		gnustep iconv ssl
+
 # The use of libiconv shouldn't be necessary, but a build dependency installs
 # it and we end up picking up the header.
 MAKE_ARGS+=	LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl'
-USES=		gnustep iconv ssl
 USE_GNUSTEP=	back build
 USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
 
-DEFAULT_LIBVERSION=	1.2
+DEFAULT_LIBVERSION=	1.3
 
 .include <bsd.port.mk>

Modified: head/mail/pantomime/distinfo
==============================================================================
--- head/mail/pantomime/distinfo	Sat Jan  5 22:08:59 2019	(r489392)
+++ head/mail/pantomime/distinfo	Sat Jan  5 22:23:11 2019	(r489393)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503660764
-SHA256 (Pantomime-1.2.3.tar.gz) = 9feda9c66f460f4e4deb96d8b7a07f3287f8251e6796a98fa81937e9d063da7e
-SIZE (Pantomime-1.2.3.tar.gz) = 474666
+TIMESTAMP = 1533045058
+SHA256 (Pantomime-1.3.0.tar.gz) = 935845b67ec4cf32596828091dc41f3599ca8870ab9085891c365be23094b910
+SIZE (Pantomime-1.3.0.tar.gz) = 500934


More information about the svn-ports-all mailing list