diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-25 19:46:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-25 19:46:19 +0800 |
commit | 724158c94e0ac63f5974e422e30c081ffd10c9c3 (patch) | |
tree | ac9e16bd4ee7ee01242b4ba83f4b7c2c3e657cdf /irc/xchat-mircryption/Makefile | |
parent | b1ec0c740224095e066b8aa9ee8448b0b82681f5 (diff) | |
download | freebsd-ports-gnome-724158c94e0ac63f5974e422e30c081ffd10c9c3.tar.gz freebsd-ports-gnome-724158c94e0ac63f5974e422e30c081ffd10c9c3.tar.zst freebsd-ports-gnome-724158c94e0ac63f5974e422e30c081ffd10c9c3.zip |
- update to 0.3.3
- bump PORTEPOCH
- take maintainership for a while
Diffstat (limited to 'irc/xchat-mircryption/Makefile')
-rw-r--r-- | irc/xchat-mircryption/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index a2a217fc3f79..ea57f99b3d48 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -7,26 +7,24 @@ # PORTNAME= mircryption -DISTVERSION= 1.1.27 -PORTREVISION= 2 +DISTVERSION= 0.3.3 +PORTEPOCH= 1 CATEGORIES= irc security MASTER_SITES= http://mircryption.sourceforge.net/Downloads/ PKGNAMEPREFIX= xchat- DISTNAME= mircryption_xchatsrc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A free encryption add-on for the popular XChat irc client RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -BROKEN= Size mismatch - USE_ZIP= yes ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/mircryption/src/xchat/ +WRKSRC= ${WRKDIR}/src/xchat/ # DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} |