[Bug 190107] [patch] sysutils/graffer: update version to 1.1

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Tue Jun 3 01:14:22 UTC 2014


http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190107

Tim Bishop <tdb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tdb at FreeBSD.org
           Assignee|freebsd-ports-bugs at FreeBSD. |tdb at FreeBSD.org
                   |org                         |

--- Comment #1 from Tim Bishop <tdb at FreeBSD.org> ---
Some fixes:

-PORTVERSION=   1.0
+PORTVERSION=   1.1
+PORTREVISION=  1

You don't need to set PORTREVISION.

       @${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|" \
               ${WRKSRC}/graffer.[c8]
       @${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|" \
               ${WRKSRC}/graffer.conf.example

This looks wrong to me. You don't want ${STAGEDIR} appearing in installed
files. It's just for the build process. Remove it completely from those lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list