ports/176199: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Feb 16 23:00:01 UTC 2013
The following reply was made to PR ports/176199; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/176199: commit references a PR
Date: Sat, 16 Feb 2013 22:57:31 +0000 (UTC)
Author: pawel
Date: Sat Feb 16 22:57:22 2013
New Revision: 312390
URL: http://svnweb.freebsd.org/changeset/ports/312390
Log:
- 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 at gmail.com> [1]
Modified:
head/textproc/minised/Makefile
head/textproc/minised/distinfo
head/textproc/minised/pkg-descr
Modified: head/textproc/minised/Makefile
==============================================================================
--- head/textproc/minised/Makefile Sat Feb 16 22:43:35 2013 (r312389)
+++ head/textproc/minised/Makefile Sat Feb 16 22:57:22 2013 (r312390)
@@ -1,17 +1,12 @@
-# New ports collection makefile for: minised
-# Date created: 2 September 2006
-# Whom: Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at 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 at FreeBSD.org
+MAINTAINER= danilogondolfo at 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/
Modified: head/textproc/minised/distinfo
==============================================================================
--- head/textproc/minised/distinfo Sat Feb 16 22:43:35 2013 (r312389)
+++ head/textproc/minised/distinfo Sat Feb 16 22:57:22 2013 (r312390)
@@ -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
Modified: head/textproc/minised/pkg-descr
==============================================================================
--- head/textproc/minised/pkg-descr Sat Feb 16 22:43:35 2013 (r312389)
+++ head/textproc/minised/pkg-descr Sat Feb 16 22:57:22 2013 (r312390)
@@ -12,5 +12,4 @@ Along a lot fixes and cleanups, further
and POSIX conformance, we also added a test-suite to the package, so
regressions are quickly and easily uncovered.
-Author: ExactCode <info at exactcode.de>
WWW: http://www.exactcode.de/oss/minised/
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list