diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:21:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:21:05 +0800 |
commit | 898233e432e17c27586c4fc61282fac7e64f4a83 (patch) | |
tree | 28e13afb647a47dad4c330e89896e120966442f0 /devel | |
parent | 12cf5328a4ce41c3259e842f1b6c4e8610e481cb (diff) | |
download | freebsd-ports-gnome-898233e432e17c27586c4fc61282fac7e64f4a83.tar.gz freebsd-ports-gnome-898233e432e17c27586c4fc61282fac7e64f4a83.tar.zst freebsd-ports-gnome-898233e432e17c27586c4fc61282fac7e64f4a83.zip |
- Update to 0.3, mark more archs as unsupported
- While here, canonize identation and add tiny improvements (use PORTVERSION in MASTER_SITES url, no need to use full path in MAKEFILE)
PR: 131223
Submitted by: Tassilo Philipp <tphilipp at potion-studios dot com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dyncall/Makefile | 24 | ||||
-rw-r--r-- | devel/dyncall/distinfo | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index eaa553a44312..7d065276504f 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -5,26 +5,26 @@ # $FreeBSD$ # -PORTNAME= dyncall -PORTVERSION= 0.2 -CATEGORIES= devel -MASTER_SITES= http://www.dyncall.org/r0.2/ +PORTNAME= dyncall +PORTVERSION= 0.3 +CATEGORIES= devel +MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ -MAINTAINER= tphilipp@potion-studios.com -COMMENT= Highly dynamic multi-platform foreign function call interface library +MAINTAINER= tphilipp@potion-studios.com +COMMENT= Highly dynamic multi-platform foreign function call interface library -MAN3= dyncall.3 -HAS_CONFIGURE= yes +MAN3= dyncall.3 +HAS_CONFIGURE= yes -MAKEFILE= ${WRKSRC}/BSDmakefile +MAKEFILE= BSDmakefile -# There is no install target in the BSD makefile of version 0.2 of the dyncall library, so +# There is no install target in the BSD makefile of version 0.3 of the dyncall library, so # install it manually. .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "alpha" +BROKEN= Does not install (unsupported architecture) .endif do-install: diff --git a/devel/dyncall/distinfo b/devel/dyncall/distinfo index 174e21b9bf48..df07452db7c0 100644 --- a/devel/dyncall/distinfo +++ b/devel/dyncall/distinfo @@ -1,3 +1,3 @@ -MD5 (dyncall-0.2.tar.gz) = 12d147a9875da5b30001012490b40fbf -SHA256 (dyncall-0.2.tar.gz) = 70c7dff5f53c3ebf8ec4de8bec62d509b770d840ebe0b22a8a9cd561258166d1 -SIZE (dyncall-0.2.tar.gz) = 119902 +MD5 (dyncall-0.3.tar.gz) = 4d7aedacd38cca46c5608082772fc356 +SHA256 (dyncall-0.3.tar.gz) = 158963ad2f61dd5779c5904f08e67565f2ee29e2cdae637086280ab929f17d98 +SIZE (dyncall-0.3.tar.gz) = 189804 |