mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- 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]
This commit is contained in:
parent
ed5433b378
commit
0d2dd048d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312390
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user