Bug 182144 - [MAINTAINER UPDATE] mail/libcmime: update to 0.1.8
Summary: [MAINTAINER UPDATE] mail/libcmime: update to 0.1.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 09:30 UTC by Axel Steiner
Modified: 2013-09-17 19:00 UTC (History)
0 users

See Also:


Attachments
libcmime_0.1.8.patch (1.38 KB, patch)
2013-09-16 09:30 UTC, Axel Steiner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Steiner 2013-09-16 09:30:00 UTC
- update port to version 0.1.8
- changed license
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-16 22:36:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-17 18:55:38 UTC
Author: wg
Date: Tue Sep 17 17:55:30 2013
New Revision: 327497
URL: http://svnweb.freebsd.org/changeset/ports/327497

Log:
  mail/libcmime: update to 0.1.8
  
  - Update to 0.1.8
  - Change LICENSE (MIT)
  
  PR:		ports/182144
  Submitted by:	Axel Steiner <ast treibsand.com> (maintainer)

Modified:
  head/mail/libcmime/Makefile
  head/mail/libcmime/distinfo
  head/mail/libcmime/pkg-plist

Modified: head/mail/libcmime/Makefile
==============================================================================
--- head/mail/libcmime/Makefile	Tue Sep 17 17:51:28 2013	(r327496)
+++ head/mail/libcmime/Makefile	Tue Sep 17 17:55:30 2013	(r327497)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	libcmime
-PORTVERSION=	0.1.7
+PORTVERSION=	0.1.8
 CATEGORIES=	mail
 MASTER_SITES=	http://www.libcmime.org/files/
 
 MAINTAINER=	ast@treibsand.com
 COMMENT=	Lightweight C mime library
 
-LICENSE=	LGPL3
+LICENSE=	MIT
 
 BUILD_DEPENDS=	bison>=1.8:${PORTSDIR}/devel/bison \
 		flex>=2.5.33:${PORTSDIR}/textproc/flex

Modified: head/mail/libcmime/distinfo
==============================================================================
--- head/mail/libcmime/distinfo	Tue Sep 17 17:51:28 2013	(r327496)
+++ head/mail/libcmime/distinfo	Tue Sep 17 17:55:30 2013	(r327497)
@@ -1,2 +1,2 @@
-SHA256 (libcmime-0.1.7.tar.gz) = acaa0b8f3fed22ab2052723501c0c449e177105c224f0ccdfd699b65480bf858
-SIZE (libcmime-0.1.7.tar.gz) = 140786
+SHA256 (libcmime-0.1.8.tar.gz) = 3e5ff23a7520c9e3a5e56e161d7332003305e198790e698ad81f4a0dc733c712
+SIZE (libcmime-0.1.8.tar.gz) = 142095

Modified: head/mail/libcmime/pkg-plist
==============================================================================
--- head/mail/libcmime/pkg-plist	Tue Sep 17 17:51:28 2013	(r327496)
+++ head/mail/libcmime/pkg-plist	Tue Sep 17 17:55:30 2013	(r327497)
@@ -11,6 +11,6 @@ include/cmime/cmime_string.h
 include/cmime/cmime_util.h
 lib/libcmime.so
 lib/libcmime.so.0.1
-lib/libcmime.so.0.1.7
+lib/libcmime.so.0.1.8
 libdata/pkgconfig/libcmime.pc
 @dirrm include/cmime
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-09-17 18:58:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!