diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-21 18:29:09 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-21 18:29:09 +0800 |
commit | 47f3312bb0d1aeb9d56e5f881d260d9b4575b10d (patch) | |
tree | d6284bcea31951a4d92c594286f4b3494e26a04b /net | |
parent | 5d85b3520847ac4abdc4b1a38b1d8ca8f376c6a8 (diff) | |
download | freebsd-ports-gnome-47f3312bb0d1aeb9d56e5f881d260d9b4575b10d.tar.gz freebsd-ports-gnome-47f3312bb0d1aeb9d56e5f881d260d9b4575b10d.tar.zst freebsd-ports-gnome-47f3312bb0d1aeb9d56e5f881d260d9b4575b10d.zip |
update to 0.5.11
Diffstat (limited to 'net')
-rw-r--r-- | net/cyphesis/Makefile | 25 | ||||
-rw-r--r-- | net/cyphesis/distinfo | 6 |
2 files changed, 16 insertions, 15 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 23912b0d1508..7003074aa7e0 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cyphesis -PORTVERSION= 0.5.10 -PORTREVISION= 1 +PORTVERSION= 0.5.11 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -24,21 +24,22 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ CONFIGURE_ARGS= --with-python=${LOCALBASE} -GNU_CONFIGURE= YES -USE_LDCONFIG= YES -USE_GCC= 3.4 -USE_BZIP2= YES -USE_PGSQL= YES -USE_PYTHON= YES +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GCC= 3.4+ USE_GNOME= gnomehack +USE_LDCONFIG= yes +USE_PGSQL= yes +USE_PYTHON= yes -MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 +MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 cyaddrules.1 \ + cyconvertrules.1 cydumprules.1 cyloadrules.1 cypasswd.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= does not compile -.endif +#.if ${OSVERSION} < 500000 +#IGNORE= does not compile +#.endif post-patch: @${REINPLACE_CMD} -e 's| install-dist_docDATA | |g' ${WRKSRC}/Makefile.in diff --git a/net/cyphesis/distinfo b/net/cyphesis/distinfo index 2963c050744d..09a85b803082 100644 --- a/net/cyphesis/distinfo +++ b/net/cyphesis/distinfo @@ -1,3 +1,3 @@ -MD5 (cyphesis-0.5.10.tar.bz2) = 378fe1473c334a1c8524743c1cd10693 -SHA256 (cyphesis-0.5.10.tar.bz2) = db7399d90841688e2503e951c0d5cd7bb5957a78286c1d7fe63a2f6e81c52761 -SIZE (cyphesis-0.5.10.tar.bz2) = 621673 +MD5 (cyphesis-0.5.11.tar.bz2) = b4b48cf9ee15507069093120cc37e7be +SHA256 (cyphesis-0.5.11.tar.bz2) = 46899d64000f586cf47942ade7269d446f47f09b5bcf063280525714f0502403 +SIZE (cyphesis-0.5.11.tar.bz2) = 666457 |