- update to 1.13a

fixes problems when using gradiation
- make portlint happier
- take maintainership
This commit is contained in:
Dirk Meyer 2008-09-27 13:43:19 +00:00
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

View File

@ -7,11 +7,11 @@
# "?=" and "+=" are for localized (i.e. Japanese) version
PORTNAME= magicpoint
PORTVERSION= 1.12a
PORTVERSION= 1.13a
CATEGORIES?= misc
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
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
@ -97,19 +97,19 @@ post-install:
${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
for i in $(DOCS); do \
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
done
${MKDIR} ${DOCSDIR}/sample
for i in $(SAMPLES); do \
for i in ${SAMPLES}; do \
${INSTALL_DATA} ${WRKSRC}/sample/$$i ${DOCSDIR}/sample; \
done
${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; \
done
${MKDIR} ${DOCSDIR}/scripts
for i in $(SAMPLE_SCRIPTS); do \
for i in ${SAMPLE_SCRIPTS}; do \
${INSTALL_SCRIPT} ${WRKSRC}/contrib/$$i ${DOCSDIR}/scripts/$$i; \
done
.endif

View File

@ -1,3 +1,3 @@
MD5 (magicpoint-1.12a.tar.gz) = fc2cb825098c70e7ad649eb0572e7732
SHA256 (magicpoint-1.12a.tar.gz) = 8b999e76d569d31830c9a54ee2c9a2e1004e7c04b0ad3ea8d0d7f47518d58198
SIZE (magicpoint-1.12a.tar.gz) = 884584
MD5 (magicpoint-1.13a.tar.gz) = ebc403982956e918ab327c54a90b44e0
SHA256 (magicpoint-1.13a.tar.gz) = 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1
SIZE (magicpoint-1.13a.tar.gz) = 890670