diff options
Diffstat (limited to 'misc/libpri/Makefile')
-rw-r--r-- | misc/libpri/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 2fe90909e54c..99dd2a02bf96 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -6,14 +6,20 @@ # PORTNAME= libpri -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= misc MASTER_SITES= ftp://ftp.asterisk.org/pub/libpri/ \ ftp://ftp.asterisk.org/pub/libpri/old/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= fjoe +PATCH_DIST_STRIP= -p1 + MAINTAINER= gonzo@univ.kiev.ua COMMENT= A C implementation of the Primary Rate ISDN specification +BRIVER= bristuff-0.2.0-RC7f USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -23,7 +29,4 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile on alpha" .endif -post-patch: - @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete - .include <bsd.port.post.mk> |