summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-07-20 10:13:55 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-07-20 10:13:55 +0000
commite392125449e454a55d5e6c32338ec06ab5b73c79 (patch)
tree48255a971b77249e9f1493f0048bc4638570f1c7 /lang
parentbump PORTREVISION because of the new installed run-mailcap (diff)
- Update to 4.5.6
PR: ports/83715 Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de> Approved by: flz (mentor)
Notes
Notes: svn path=/head/; revision=139670
Diffstat (limited to 'lang')
-rw-r--r--lang/yap/Makefile12
-rw-r--r--lang/yap/distinfo4
2 files changed, 7 insertions, 9 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 26af5f75c894..aadf42ddab82 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= yap
-PORTVERSION= 4.5.5
+PORTVERSION= 4.5.6
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap4.5/
DISTNAME= Yap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -27,9 +26,7 @@ INFO= yap
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
+ONLY_FOR_ARCHS= i386
post-extract:
@${RM} -f ${WRKSRC}/docs/*.info*
@@ -38,6 +35,7 @@ post-build:
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
pre-install:
- ${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/info
+ @${MKDIR} ${PREFIX}/${INFO_PATH}
+ ${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/${INFO_PATH}
.include <bsd.port.post.mk>
diff --git a/lang/yap/distinfo b/lang/yap/distinfo
index 2fc36f5fda43..31bd99cfed96 100644
--- a/lang/yap/distinfo
+++ b/lang/yap/distinfo
@@ -1,2 +1,2 @@
-MD5 (Yap-4.5.5.tar.gz) = 661e289f4bdac0e6cfc7e59d4421c2a8
-SIZE (Yap-4.5.5.tar.gz) = 3521227
+MD5 (Yap-4.5.6.tar.gz) = 9b02b62d40b0639b4dd00d5cdd3f1e1d
+SIZE (Yap-4.5.5.tar.gz) = 3297617