diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 18:40:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 18:40:21 +0000 |
commit | 955674dcf0a7849f928f87934f4cc69aa3f0dd67 (patch) | |
tree | 5eefee37abbd8c25084f5bf45542019d7ab3c494 /comms/synce-rra/Makefile | |
parent | 518e01858e5a06235d954665b9433bb7fdda8b36 (diff) | |
download | pkgsrc-955674dcf0a7849f928f87934f4cc69aa3f0dd67.tar.gz |
Add official patch with some post-0.9.1 fixes.
Bump PKGREVISION.
Diffstat (limited to 'comms/synce-rra/Makefile')
-rw-r--r-- | comms/synce-rra/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile index 5eec9f34539..4e3959a7a32 100644 --- a/comms/synce-rra/Makefile +++ b/comms/synce-rra/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/13 18:40:21 wiz Exp $ # DISTNAME= synce-rra-0.9.1 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} -MAINTAINER= tech-pkg@NetBSD.org +PATCHFILES= rra-fixes-after-V0_9_1.diff +PATCH_SITES= http://synce.sourceforge.net/tmp/ + +MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://synce.sourceforge.net/ COMMENT= Remote Replication Agent Connection protocol library |