diff options
author | gahr <gahr@FreeBSD.org> | 2010-11-11 05:15:06 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-11-11 05:15:06 +0800 |
commit | 36fdd6be4e6f1b5a35e966b4c177b909d86e43b8 (patch) | |
tree | bd2d5ae790be9b3a50158affced072ff3e289d13 /graphics/separate | |
parent | 7fae175a2a725b3f9e9f6d386bc152c784290b7a (diff) | |
download | freebsd-ports-gnome-36fdd6be4e6f1b5a35e966b4c177b909d86e43b8.tar.gz freebsd-ports-gnome-36fdd6be4e6f1b5a35e966b4c177b909d86e43b8.tar.zst freebsd-ports-gnome-36fdd6be4e6f1b5a35e966b4c177b909d86e43b8.zip |
- Update to 0.5.8
PR: 152077
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com>
Diffstat (limited to 'graphics/separate')
-rw-r--r-- | graphics/separate/Makefile | 11 | ||||
-rw-r--r-- | graphics/separate/distinfo | 5 |
2 files changed, 7 insertions, 9 deletions
diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index c44d12dbc912..1f6d5e990a3e 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -6,12 +6,11 @@ # PORTNAME= separate -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.8 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= SFJP \ - http://people.freebsd.org/~gahr/distfiles/ -MASTER_SITE_SUBDIR= separate-plus/46785 +MASTER_SITES= SFJP +MASTER_SITE_SUBDIR= separate-plus/47873 DISTNAME= ${PORTNAME}+-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org @@ -25,7 +24,7 @@ USE_ZIP= yes USE_GMAKE= yes BIN_TARGETS= separate separate_import icc_colorspace -L10N_TARGETS= cs fr ja ko pl ru +L10N_TARGETS= cs es fr ja ko pl ru .for PLUGIN in ${BIN_TARGETS} PLIST_FILES+= libexec/gimp/2.2/plug-ins/${PLUGIN} @@ -40,7 +39,7 @@ PORTEXAMPLES= qproof.scm qexport.scm MAKE_ENV+= TARGETS="${BIN_TARGETS}" post-patch: - @${REINPLACE_CMD} -e 's|make|${GMAKE}|; s|lib/gimp/2.0|libexec/gimp/2.2|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's| make| ${GMAKE}|; s|lib/gimp/2.0|libexec/gimp/2.2|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|$$(PREFIX)|${PREFIX}|g' ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile post-install: diff --git a/graphics/separate/distinfo b/graphics/separate/distinfo index 0241bacd9f88..207d65cd6e28 100644 --- a/graphics/separate/distinfo +++ b/graphics/separate/distinfo @@ -1,3 +1,2 @@ -MD5 (separate+-0.5.7.zip) = 3040baa11a9bf9c5c3112cdd715eaada -SHA256 (separate+-0.5.7.zip) = d7524f28c2634ad0aacdf2c6c4bb113b58638444c303140a1d222444c5a36fe2 -SIZE (separate+-0.5.7.zip) = 242592 +SHA256 (separate+-0.5.8.zip) = 9e06b6d777d83439a122e7c13c08e725c49d23f62a09806c392b84948cefdf50 +SIZE (separate+-0.5.8.zip) = 273073 |