diff options
author | oliver <oliver@FreeBSD.org> | 2007-05-25 17:44:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-05-25 17:44:27 +0800 |
commit | e66ccdd466b3d2af0b72df20598de6e1d4dd88fd (patch) | |
tree | 6ee302ce488e10664d83c4d4c9ab03724bb5e33d | |
parent | 11afd6c50c79ba47f11be8c9b75dab978c3a6b91 (diff) | |
download | freebsd-ports-gnome-e66ccdd466b3d2af0b72df20598de6e1d4dd88fd.tar.gz freebsd-ports-gnome-e66ccdd466b3d2af0b72df20598de6e1d4dd88fd.tar.zst freebsd-ports-gnome-e66ccdd466b3d2af0b72df20598de6e1d4dd88fd.zip |
update to 0.5.12
-rw-r--r-- | net/cyphesis/Makefile | 12 | ||||
-rw-r--r-- | net/cyphesis/distinfo | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 7003074aa7e0..a25c2e8c5809 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cyphesis -PORTVERSION= 0.5.11 -PORTREVISION= 0 +PORTVERSION= 0.5.12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -26,7 +25,6 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GCC= 3.4+ USE_GNOME= gnomehack USE_LDCONFIG= yes USE_PGSQL= yes @@ -37,20 +35,12 @@ MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 cyaddrules.1 \ .include <bsd.port.pre.mk> -#.if ${OSVERSION} < 500000 -#IGNORE= does not compile -#.endif - post-patch: @${REINPLACE_CMD} -e 's| install-dist_docDATA | |g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's| install-confbackupDATA | |g' ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|-lpython|${PTHREAD_LIBS} &|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g' -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ - ${WRKSRC}/server/CommMDNSPublisher.h -.endif post-install: .if !defined(NOPORTDOCS) diff --git a/net/cyphesis/distinfo b/net/cyphesis/distinfo index 09a85b803082..da5d0a15da12 100644 --- a/net/cyphesis/distinfo +++ b/net/cyphesis/distinfo @@ -1,3 +1,3 @@ -MD5 (cyphesis-0.5.11.tar.bz2) = b4b48cf9ee15507069093120cc37e7be -SHA256 (cyphesis-0.5.11.tar.bz2) = 46899d64000f586cf47942ade7269d446f47f09b5bcf063280525714f0502403 -SIZE (cyphesis-0.5.11.tar.bz2) = 666457 +MD5 (cyphesis-0.5.12.tar.bz2) = 7536a9d9f446550b772019bfb7c043d1 +SHA256 (cyphesis-0.5.12.tar.bz2) = 2e7c68bb13faae0e3e117f1be74463d07c90f20621245ad32b23325aba12da96 +SIZE (cyphesis-0.5.12.tar.bz2) = 677690 |