svn commit: r317679 - in head/sysutils/moreutils: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 8 15:33:24 UTC 2013
Author: sunpoet
Date: Wed May 8 15:33:23 2013
New Revision: 317679
URL: http://svnweb.freebsd.org/changeset/ports/317679
Log:
- Update to 0.48
- Add LICENSE
Changes: http://joeyh.name/code/moreutils/news/version_0.48/
Modified:
head/sysutils/moreutils/Makefile
head/sysutils/moreutils/distinfo
head/sysutils/moreutils/files/patch-Makefile
Modified: head/sysutils/moreutils/Makefile
==============================================================================
--- head/sysutils/moreutils/Makefile Wed May 8 15:31:34 2013 (r317678)
+++ head/sysutils/moreutils/Makefile Wed May 8 15:33:23 2013 (r317679)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moreutils
-PORTVERSION= 0.47
+PORTVERSION= 0.48
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Additional Unix utilities
+LICENSE= GPLv2
+
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
OPTIONS_DEFINE= MANPAGES
Modified: head/sysutils/moreutils/distinfo
==============================================================================
--- head/sysutils/moreutils/distinfo Wed May 8 15:31:34 2013 (r317678)
+++ head/sysutils/moreutils/distinfo Wed May 8 15:33:23 2013 (r317679)
@@ -1,2 +1,2 @@
-SHA256 (moreutils_0.47.tar.gz) = 277058c99d76c58f850f48dfbc1ad4a7a384f5b95f3569842ec4ce1c9f077266
-SIZE (moreutils_0.47.tar.gz) = 46115
+SHA256 (moreutils_0.48.tar.gz) = 294d097ea7d7a8c7a8205a234e9861a1d64042f639bc609e11696b12b8db8c2d
+SIZE (moreutils_0.48.tar.gz) = 46748
Modified: head/sysutils/moreutils/files/patch-Makefile
==============================================================================
--- head/sysutils/moreutils/files/patch-Makefile Wed May 8 15:31:34 2013 (r317678)
+++ head/sysutils/moreutils/files/patch-Makefile Wed May 8 15:33:23 2013 (r317679)
@@ -5,11 +5,11 @@
+BINS=isutf8 ifne pee sponge mispipe lckdo errno
PERLSCRIPTS=vidir vipe ts combine zrun chronic
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
--CFLAGS=-O2 -g -Wall
+-CFLAGS?=-O2 -g -Wall
+MANS=sponge.1 isutf8.1 ifne.1 pee.1 mispipe.1 lckdo.1 errno.1
+CFLAGS+=-Wall
INSTALL_BIN?=install -s
--PREFIX=/usr
+-PREFIX?=/usr
-DOCBOOK2XMAN=docbook2x-man
+.SUFFIXES: .1 .docbook
More information about the svn-ports-all
mailing list