mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 1.13a
fixes problems when using gradiation - make portlint happier - take maintainership
This commit is contained in:
parent
8c06418ae0
commit
ab6d288dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220897
2 changed files with 9 additions and 9 deletions
|
@ -7,11 +7,11 @@
|
||||||
# "?=" and "+=" are for localized (i.e. Japanese) version
|
# "?=" and "+=" are for localized (i.e. Japanese) version
|
||||||
|
|
||||||
PORTNAME= magicpoint
|
PORTNAME= magicpoint
|
||||||
PORTVERSION= 1.12a
|
PORTVERSION= 1.13a
|
||||||
CATEGORIES?= misc
|
CATEGORIES?= misc
|
||||||
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
|
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
|
||||||
|
|
||||||
MAINTAINER?= ports@FreeBSD.org
|
MAINTAINER?= dinoex@FreeBSD.org
|
||||||
COMMENT?= An X11-based presentation tool
|
COMMENT?= An X11-based presentation tool
|
||||||
|
|
||||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||||
|
@ -97,19 +97,19 @@ post-install:
|
||||||
${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
|
${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
for i in $(DOCS); do \
|
for i in ${DOCS}; do \
|
||||||
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
|
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
|
||||||
done
|
done
|
||||||
${MKDIR} ${DOCSDIR}/sample
|
${MKDIR} ${DOCSDIR}/sample
|
||||||
for i in $(SAMPLES); do \
|
for i in ${SAMPLES}; do \
|
||||||
${INSTALL_DATA} ${WRKSRC}/sample/$$i ${DOCSDIR}/sample; \
|
${INSTALL_DATA} ${WRKSRC}/sample/$$i ${DOCSDIR}/sample; \
|
||||||
done
|
done
|
||||||
${MKDIR} ${DOCSDIR}/emacs-lisp/mgp-el
|
${MKDIR} ${DOCSDIR}/emacs-lisp/mgp-el
|
||||||
for i in $(EMACS_LISPS); do \
|
for i in ${EMACS_LISPS}; do \
|
||||||
${INSTALL_DATA} ${WRKSRC}/contrib/$$i ${DOCSDIR}/emacs-lisp/$$i; \
|
${INSTALL_DATA} ${WRKSRC}/contrib/$$i ${DOCSDIR}/emacs-lisp/$$i; \
|
||||||
done
|
done
|
||||||
${MKDIR} ${DOCSDIR}/scripts
|
${MKDIR} ${DOCSDIR}/scripts
|
||||||
for i in $(SAMPLE_SCRIPTS); do \
|
for i in ${SAMPLE_SCRIPTS}; do \
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/$$i ${DOCSDIR}/scripts/$$i; \
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/$$i ${DOCSDIR}/scripts/$$i; \
|
||||||
done
|
done
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (magicpoint-1.12a.tar.gz) = fc2cb825098c70e7ad649eb0572e7732
|
MD5 (magicpoint-1.13a.tar.gz) = ebc403982956e918ab327c54a90b44e0
|
||||||
SHA256 (magicpoint-1.12a.tar.gz) = 8b999e76d569d31830c9a54ee2c9a2e1004e7c04b0ad3ea8d0d7f47518d58198
|
SHA256 (magicpoint-1.13a.tar.gz) = 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1
|
||||||
SIZE (magicpoint-1.12a.tar.gz) = 884584
|
SIZE (magicpoint-1.13a.tar.gz) = 890670
|
||||||
|
|
Loading…
Add table
Reference in a new issue