Bug 180076 - [MAINTAINER] Update sysutils/pwd_unmkdb to 1.3.1
Summary: [MAINTAINER] Update sysutils/pwd_unmkdb to 1.3.1
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-29 03:10 UTC by fullermd
Modified: 2013-06-29 08:09 UTC (History)
0 users

See Also:


Attachments
file.diff (803 bytes, patch)
2013-06-29 03:10 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2013-06-29 03:10:00 UTC
	New release with preemptive fix for clang -Werror-related build
	failure
	(http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.10-exp.20130522091700.pointyhat-west/pwd_unmkdb-1.3.log)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-29 05:33:54 UTC
Author: ak
Date: Sat Jun 29 04:33:46 2013
New Revision: 322024
URL: http://svnweb.freebsd.org/changeset/ports/322024

Log:
  - Update to 1.3.1
  - Convert Makefile headers to new style
  
  PR:	ports/180076
  Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)

Modified:
  head/sysutils/pwd_unmkdb/Makefile   (contents, props changed)
  head/sysutils/pwd_unmkdb/distinfo   (contents, props changed)

Modified: head/sysutils/pwd_unmkdb/Makefile
==============================================================================
--- head/sysutils/pwd_unmkdb/Makefile	Sat Jun 29 02:37:35 2013	(r322023)
+++ head/sysutils/pwd_unmkdb/Makefile	Sat Jun 29 04:33:46 2013	(r322024)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: pwd_unmkdb
-# Date created:			20 July 2003
-# Whom:				Matthew Fuller <fullermd@over-yonder.net>
-#
+# Created by: Matthew Fuller <fullermd@over-yonder.net>
 # $FreeBSD$
-#
 
 PORTNAME=	pwd_unmkdb
-PORTVERSION=	1.3
+PORTVERSION=	1.3.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ \
 		http://distfiles.over-yonder.net/pwd_unmkdb/

Modified: head/sysutils/pwd_unmkdb/distinfo
==============================================================================
--- head/sysutils/pwd_unmkdb/distinfo	Sat Jun 29 02:37:35 2013	(r322023)
+++ head/sysutils/pwd_unmkdb/distinfo	Sat Jun 29 04:33:46 2013	(r322024)
@@ -1,2 +1,2 @@
-SHA256 (pwd_unmkdb-1.3.tar.gz) = b91747e105d8274634b5988fb55dd0b4d93eb3fb6516d545de1bae87d0c05166
-SIZE (pwd_unmkdb-1.3.tar.gz) = 4195
+SHA256 (pwd_unmkdb-1.3.1.tar.gz) = 9bb40b3bf4ab19e44f181cb64da53440b1d2a573ccda9fb05a8f4c9abf1cbaec
+SIZE (pwd_unmkdb-1.3.1.tar.gz) = 4289
_______________________________________________
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 2 Alex Kozlov freebsd_committer freebsd_triage 2013-06-29 08:09:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-06-29 08:09:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!