diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-12-28 18:06:53 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-12-28 18:06:53 +0800 |
commit | 4bee94aee9c9c5b5e0d9e947ab6a8eea40b66c20 (patch) | |
tree | 60fad9d4c5d0749f74c7d55c243be62ece12f1d0 | |
parent | 9c9288cec449e443afa9e69166d8df3b30695c40 (diff) | |
download | freebsd-ports-gnome-4bee94aee9c9c5b5e0d9e947ab6a8eea40b66c20.tar.gz freebsd-ports-gnome-4bee94aee9c9c5b5e0d9e947ab6a8eea40b66c20.tar.zst freebsd-ports-gnome-4bee94aee9c9c5b5e0d9e947ab6a8eea40b66c20.zip |
- Update MASTER-SITES, dstfiles changed, and cr-encoding has to be reverted.
-rw-r--r-- | security/gnupg-idea/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg-idea/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 89856ad143ca..72487687e03c 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnupg-idea PORTVERSION= 1.0.1 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ + http://www.gnupg.dk/contrib-dk/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} MASTER_SITE_SUBDIR= contrib DISTFILES= ${CONTRIB:S|$|.c|} @@ -50,11 +51,11 @@ pre-fetch: .include <bsd.port.pre.mk> pre-extract: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} + @${SED} -e s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} post-extract: .for i in ${DISTFILES} - @${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} + @tr -d '\r' <${_DISTDIR}/${i} >${WRKSRC}/${i} .endfor do-patch: diff --git a/security/gnupg-idea/distinfo b/security/gnupg-idea/distinfo index 24f09626affb..355847aacd06 100644 --- a/security/gnupg-idea/distinfo +++ b/security/gnupg-idea/distinfo @@ -1,2 +1,2 @@ +MD5 (gnupg-idea/idea.c) = c5935abff3d78cccf1e365b4d7ecfeeb MD5 (gnupg-idea/rsa.c) = d8b6f26df0e3e0ccd93c2d0589d8766f -MD5 (gnupg-idea/idea.c) = 7d0557459e0a41da099ddbd837d4bd40 |