diff options
author | joerg <joerg@FreeBSD.org> | 2001-10-11 01:21:22 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-10-11 01:21:22 +0800 |
commit | d2bf4a7b6268e77b8a2b062bf380a3859e0cfc44 (patch) | |
tree | fcc5dc251b0aa1259f1b28adac8710077b9d345a | |
parent | 307263b128e3dad2e310032d17f320112f73414c (diff) | |
download | freebsd-ports-gnome-d2bf4a7b6268e77b8a2b062bf380a3859e0cfc44.tar.gz freebsd-ports-gnome-d2bf4a7b6268e77b8a2b062bf380a3859e0cfc44.tar.zst freebsd-ports-gnome-d2bf4a7b6268e77b8a2b062bf380a3859e0cfc44.zip |
Update to version 2001-10-07.
. install -c now default, thus patch-aa no longer needed
. isblank() has been added
. the HTML reference is now integral part of the
distribution file, so no need to fetch it separately
anymore
-rw-r--r-- | devel/avr-libc/Makefile | 7 | ||||
-rw-r--r-- | devel/avr-libc/distinfo | 3 | ||||
-rw-r--r-- | devel/avr-libc/files/patch-aa | 11 |
3 files changed, 3 insertions, 18 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index e3ed3094dff0..a33ddaab6fba 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -6,12 +6,9 @@ # PORTNAME= avr-libc -PORTVERSION= 20010821 +PORTVERSION= 20011007 CATEGORIES= devel MASTER_SITES= http://www.amelek.gda.pl/avr/libc/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - avr-libc-reference.html -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= joerg@freebsd.org @@ -34,6 +31,7 @@ post-install: ${INSTALL_DATA} \ ${WRKDIR}/${DISTNAME}/doc/LICENSE \ ${WRKDIR}/${DISTNAME}/doc/register-usage.txt \ + ${WRKDIR}/${DISTNAME}/doc/avr-libc-reference.html \ ${PREFIX}/share/doc/avr-libc @for f in avr-recv.c io.c prg printf.h progmem.c \ send_byte.s signal.c;\ @@ -42,6 +40,5 @@ post-install: ${PREFIX}/share/doc/avr-libc/examples; \ done ${INSTALL_DATA} ${FILESDIR}/avr-lib.pdf ${PREFIX}/share/doc/avr-libc - ${INSTALL_DATA} ${DISTDIR}/avr-libc-reference.html ${PREFIX}/share/doc/avr-libc .include <bsd.port.mk> diff --git a/devel/avr-libc/distinfo b/devel/avr-libc/distinfo index 6f41cbc13eaa..b7c909a07f43 100644 --- a/devel/avr-libc/distinfo +++ b/devel/avr-libc/distinfo @@ -1,2 +1 @@ -MD5 (avr-libc-20010821.tar.gz) = 34495bc16291b634bae200f700f7d09b -MD5 (avr-libc-reference.html) = e96ede608970d1ff397e4fae5b04d5ec +MD5 (avr-libc-20011007.tar.gz) = d61cdcc84c97fbc0f175d6bd7f28ab13 diff --git a/devel/avr-libc/files/patch-aa b/devel/avr-libc/files/patch-aa deleted file mode 100644 index f553ab9d3a9b..000000000000 --- a/devel/avr-libc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Jul 17 21:10:36 2001 -+++ Makefile Sun Aug 12 17:06:41 2001 -@@ -28,7 +28,7 @@ - AR = ${target}-ar - RM = rm - MD = mkdir -p $@ -- INSTALL = install -m644 $^/ -+ INSTALL = install -c -m644 $^/ - - ASFLAGS = -Wa,-gstabs - CFLAGS = -Wall -W -Wstrict-prototypes -O2 -g |