aboutsummaryrefslogtreecommitdiff
path: root/textproc/minised
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-02-16 22:57:22 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-02-16 22:57:22 +0000
commit0d2dd048d3b3a9cc7aceb4bfdecc8cf0b1cadf1c (patch)
tree60fb5b2caa039559e9067b86c27d736af062b13c /textproc/minised
parented5433b37827c1b98d15e49d17e84ce799c86f69 (diff)
downloadports-0d2dd048d3b3a9cc7aceb4bfdecc8cf0b1cadf1c.tar.gz
ports-0d2dd048d3b3a9cc7aceb4bfdecc8cf0b1cadf1c.zip
Notes
Diffstat (limited to 'textproc/minised')
-rw-r--r--textproc/minised/Makefile15
-rw-r--r--textproc/minised/distinfo4
-rw-r--r--textproc/minised/pkg-descr1
3 files changed, 7 insertions, 13 deletions
diff --git a/textproc/minised/Makefile b/textproc/minised/Makefile
index bda0e6a7604a..718338bcb009 100644
--- a/textproc/minised/Makefile
+++ b/textproc/minised/Makefile
@@ -1,17 +1,12 @@
-# New ports collection makefile for: minised
-# Date created: 2 September 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= minised
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= textproc
-MASTER_SITES= http://dl.exactcode.de/oss/minised/ CENKES \
- http://people.freebsd.org/~wen/distfiles/
+MASTER_SITES= http://dl.exactcode.de/oss/minised/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danilogondolfo@gmail.com
COMMENT= Smaller, cheaper, faster sed implementation
ALL_TARGET= ${PORTNAME}
@@ -19,7 +14,7 @@ PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
post-patch:
- @${REINPLACE_CMD} -e 's/LFLAGS/LDFLAGS/' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
diff --git a/textproc/minised/distinfo b/textproc/minised/distinfo
index 1dd12efbb85b..5a2425fe22fd 100644
--- a/textproc/minised/distinfo
+++ b/textproc/minised/distinfo
@@ -1,2 +1,2 @@
-SHA256 (minised-1.13.tar.gz) = f3af89011061a018a88490abfb0354ad5e395e98f51bc18bdbcd5712c682eaed
-SIZE (minised-1.13.tar.gz) = 28695
+SHA256 (minised-1.14.tar.gz) = fb68e5ca7bf1d1ed49afe10ea6d7e555f1bea20df60600fd306b39818058a133
+SIZE (minised-1.14.tar.gz) = 29746
diff --git a/textproc/minised/pkg-descr b/textproc/minised/pkg-descr
index d8b92e10f2db..1dbacb31772e 100644
--- a/textproc/minised/pkg-descr
+++ b/textproc/minised/pkg-descr
@@ -12,5 +12,4 @@ Along a lot fixes and cleanups, further speedups, and some missing features
and POSIX conformance, we also added a test-suite to the package, so
regressions are quickly and easily uncovered.
-Author: ExactCode <info@exactcode.de>
WWW: http://www.exactcode.de/oss/minised/