diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-29 07:30:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-29 07:30:02 +0800 |
commit | b4f1bd7d49fae2a40744b99c8ca97cb296d15130 (patch) | |
tree | 3d8cd21df1ba37d8c5928e21ba47870d59043fcf /graphics/xmedcon | |
parent | 4b0dc81f9faeed1891ba3a5e0cdc7d861136e919 (diff) | |
download | freebsd-ports-gnome-b4f1bd7d49fae2a40744b99c8ca97cb296d15130.tar.gz freebsd-ports-gnome-b4f1bd7d49fae2a40744b99c8ca97cb296d15130.tar.zst freebsd-ports-gnome-b4f1bd7d49fae2a40744b99c8ca97cb296d15130.zip |
- Update to 0.10.5
PR: 138279
Submitted by: Ports Fury
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r-- | graphics/xmedcon/Makefile | 6 | ||||
-rw-r--r-- | graphics/xmedcon/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 66ea33aca58c..54d5b19c76e0 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmedcon -PORTVERSION= 0.10.4 -PORTREVISION= 2 +PORTVERSION= 0.10.5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -28,7 +27,6 @@ OPTIONS= X11 "With X11" on \ PNG "With PNG" on WANT_GNOME= yes -USE_GNOME= gnometarget USE_SUBMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -101,6 +99,8 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif post-patch: + @${REINPLACE_CMD} -e 's|-lpng12|-lpng|g' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS/s|etc||g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^configheadersdir/s|=.*$$|= $$(includedir)|g' \ diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo index 2de13cb96de6..d36b2f1e3785 100644 --- a/graphics/xmedcon/distinfo +++ b/graphics/xmedcon/distinfo @@ -1,3 +1,3 @@ -MD5 (xmedcon-0.10.4.tar.gz) = 45b6a305336b731ad216e09744bc946b -SHA256 (xmedcon-0.10.4.tar.gz) = 4175329d06af5904cccb96708e7ad0bb7fd032b0acf533b78a3a8275a9076aa7 -SIZE (xmedcon-0.10.4.tar.gz) = 970389 +MD5 (xmedcon-0.10.5.tar.gz) = 5007bd0cd048603f2d339a2b6c67756a +SHA256 (xmedcon-0.10.5.tar.gz) = f7eca164a384585c4de3201bd04e3eb75a4ab65607410c513217ec3fa01c32d0 +SIZE (xmedcon-0.10.5.tar.gz) = 974115 |