diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-17 06:57:22 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-17 06:57:22 +0800 |
commit | 410574f3f98dd84fca9e30c7ac8e7da4d46444f2 (patch) | |
tree | 60fb5b2caa039559e9067b86c27d736af062b13c /textproc | |
parent | 53a67458488b1ff9044466a8f6186f2fbf299c13 (diff) | |
download | freebsd-ports-gnome-410574f3f98dd84fca9e30c7ac8e7da4d46444f2.tar.gz freebsd-ports-gnome-410574f3f98dd84fca9e30c7ac8e7da4d46444f2.tar.zst freebsd-ports-gnome-410574f3f98dd84fca9e30c7ac8e7da4d46444f2.zip |
- Update to version 1.14 [1]
- Pass maintainership to submitter
- Respect CFLAGS
- Remove Author: from pkg-descr
PR: ports/176199 [1]
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> [1]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/minised/Makefile | 15 | ||||
-rw-r--r-- | textproc/minised/distinfo | 4 | ||||
-rw-r--r-- | textproc/minised/pkg-descr | 1 |
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/ |