aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2012-06-22 09:46:16 +0800
committerwxs <wxs@FreeBSD.org>2012-06-22 09:46:16 +0800
commit3a9e1f8550ebd3ecc35a4ad303e58710441dd044 (patch)
tree0fcb25690bcf47c9b0e63f9a8bd12e822d2b3909 /sysutils
parent3a6242e00c252e249a8c526c9479386f3ecb02de (diff)
downloadfreebsd-ports-graphics-3a9e1f8550ebd3ecc35a4ad303e58710441dd044.tar.gz
freebsd-ports-graphics-3a9e1f8550ebd3ecc35a4ad303e58710441dd044.tar.zst
freebsd-ports-graphics-3a9e1f8550ebd3ecc35a4ad303e58710441dd044.zip
Update to 0.7.2.
"When editing a user's password or account expiration property, choosing cancel or pressing ESC while editing the value manually would cause the value to be blanked rather than preserved. This has been fixed and pressing ESC (or choosing cancel) now preserves the value as expected. Executing "bsdconfig foo" when LANG is set to "EN_US.ISO8859-1" produces a non-i18n-compatible error message: "bsdconfig: foo: not found" (when it should produce: "bsdconfig: foo: NOT FOUND"). This has been fixed by adding the appropriate i18n messages and changing the code to use them. Executing "bsdconfig -h" when LANG is set to an unknown language (for which there are no bsdconfig localized language files), the output did not display appropriately. This has been fixed. Executing "bsdconfig timezone -h" (for example) when LANG is set to an unkown language had similar issues to the above." PR: ports/169306 Submitted by: dteske@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bsdconfig/Makefile4
-rw-r--r--sysutils/bsdconfig/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile
index 03c124788db..dfcbb9bea1c 100644
--- a/sysutils/bsdconfig/Makefile
+++ b/sysutils/bsdconfig/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= bsdconfig
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/
-DISTNAME= ${PORTNAME}.120620
+DISTNAME= ${PORTNAME}.120621
EXTRACT_SUFX= .txz
PATCH_SITES= ${MASTER_SITES}
diff --git a/sysutils/bsdconfig/distinfo b/sysutils/bsdconfig/distinfo
index 6864b03dec7..14c58c0dafa 100644
--- a/sysutils/bsdconfig/distinfo
+++ b/sysutils/bsdconfig/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bsdconfig.120620.txz) = 5bc4c60250a7d3c817239d8f7a0e567cfe8fbec1cd0abaa8ca8d9fdaa0d6b601
-SIZE (bsdconfig.120620.txz) = 87924
-SHA256 (bsdconfig.120620-0.7.1.diff.gz) = 9291ef7094069d7c34ff7647fbd05004f17dec4405f9e6e5acff024a2840245f
-SIZE (bsdconfig.120620-0.7.1.diff.gz) = 451
+SHA256 (bsdconfig.120621.txz) = a8eec95affa4f01ca85a7206265776309c3ce103059948bc5174c4c5f5e454d1
+SIZE (bsdconfig.120621.txz) = 88032
+SHA256 (bsdconfig.120621-0.7.2.diff.gz) = 9291ef7094069d7c34ff7647fbd05004f17dec4405f9e6e5acff024a2840245f
+SIZE (bsdconfig.120621-0.7.2.diff.gz) = 451