svn commit: r315215 - in head: Tools/scripts ports-mgmt/dialog4ports
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 25 11:33:22 UTC 2013
Author: bdrewery
Date: Mon Mar 25 11:33:20 2013
New Revision: 315215
URL: http://svnweb.freebsd.org/changeset/ports/315215
Log:
- Update to 0.1.2
Changes:
- Use stderr as the old dialog did, which fixes usage inside
of jails
- Add D4PMINHEIGHT and D4PALIGNCENTER (see dialog4ports(1))
Approved by: Ilya A. Arkhipov <rum1cro at yandex.ru> (maintainer)
With hat: portmgr
Modified:
head/Tools/scripts/dialog4ports.sh
head/ports-mgmt/dialog4ports/Makefile
head/ports-mgmt/dialog4ports/distinfo
Modified: head/Tools/scripts/dialog4ports.sh
==============================================================================
--- head/Tools/scripts/dialog4ports.sh Mon Mar 25 10:39:51 2013 (r315214)
+++ head/Tools/scripts/dialog4ports.sh Mon Mar 25 11:33:20 2013 (r315215)
@@ -36,4 +36,4 @@ if ! [ -e $DIALOG4PORTS ]; then
fi
fi
-exec $DIALOG4PORTS > $OPTIONSFILE
+exec $DIALOG4PORTS 2> $OPTIONSFILE
Modified: head/ports-mgmt/dialog4ports/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports/Makefile Mon Mar 25 10:39:51 2013 (r315214)
+++ head/ports-mgmt/dialog4ports/Makefile Mon Mar 25 11:33:20 2013 (r315215)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dialog4ports
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= ports-mgmt
MASTER_SITES= http://m1cro.tk/dialog4ports/ \
http://files.etoilebsd.net/dialog4ports/ \
Modified: head/ports-mgmt/dialog4ports/distinfo
==============================================================================
--- head/ports-mgmt/dialog4ports/distinfo Mon Mar 25 10:39:51 2013 (r315214)
+++ head/ports-mgmt/dialog4ports/distinfo Mon Mar 25 11:33:20 2013 (r315215)
@@ -1,4 +1,4 @@
-SHA256 (dialog4ports-0.1.1.tar.gz) = 45d4980eee5d239a632226e55b7a56d6f51cf25ad1b5f18222405a76fa90679b
-SIZE (dialog4ports-0.1.1.tar.gz) = 9337
+SHA256 (dialog4ports-0.1.2.tar.gz) = 407497d8046c2c48c80cf33f81b4fdacc36c11ff72764f1a64e9b449f389ef05
+SIZE (dialog4ports-0.1.2.tar.gz) = 9598
SHA256 (dialog-1.1-20120706.tgz) = 305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
SIZE (dialog-1.1-20120706.tgz) = 444554
More information about the svn-ports-head
mailing list