diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-26 21:33:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-26 21:33:51 +0800 |
commit | adf8119c1ed50e730fbc9acb24796682545104f4 (patch) | |
tree | dcbd745e32f04453d17201294fa789ba7d2d28d6 /graphics/sng | |
parent | c7f1e654b64cc2e81bf928165dc08a1b32f3253f (diff) | |
download | freebsd-ports-gnome-adf8119c1ed50e730fbc9acb24796682545104f4.tar.gz freebsd-ports-gnome-adf8119c1ed50e730fbc9acb24796682545104f4.tar.zst freebsd-ports-gnome-adf8119c1ed50e730fbc9acb24796682545104f4.zip |
upgrade to 1.0.1
drop maintainership
Diffstat (limited to 'graphics/sng')
-rw-r--r-- | graphics/sng/Makefile | 8 | ||||
-rw-r--r-- | graphics/sng/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index 9b0cbb665d84..ee183ade6e53 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -7,27 +7,27 @@ # PORTNAME= sng -PORTVERSION= 0.9.4 +PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ --with-rgbtxt=${X11BASE}/lib/X11/rgb.txt - USE_GMAKE= yes MAN1= sng.1 pre-patch: - @${PERL} -pi -e 's|-static||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/graphics/sng/distinfo b/graphics/sng/distinfo index 034678f29413..236a6abfe191 100644 --- a/graphics/sng/distinfo +++ b/graphics/sng/distinfo @@ -1 +1 @@ -MD5 (sng-0.9.4.tar.gz) = da494aaa1e88f50228474691931bf765 +MD5 (sng-1.0.1.tar.gz) = 0c2aa6f9345e67da51bc052da2187e8d |