diff options
author | joerg <joerg@FreeBSD.org> | 2003-09-10 05:18:36 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2003-09-10 05:18:36 +0800 |
commit | b3a4201cafaa60f0325b9935fd59b7569f9a2b8b (patch) | |
tree | 24eee6fe236a6013e9898084012e1a225b003e89 /devel/avr-libc/Makefile | |
parent | 89e3319c7543585d5afb6cc64032ae4af2712952 (diff) | |
download | freebsd-ports-gnome-b3a4201cafaa60f0325b9935fd59b7569f9a2b8b.tar.gz freebsd-ports-gnome-b3a4201cafaa60f0325b9935fd59b7569f9a2b8b.tar.zst freebsd-ports-gnome-b3a4201cafaa60f0325b9935fd59b7569f9a2b8b.zip |
Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed. Doxygen 1.3.x
by default generates a non-JavaScript capable tree view, so my old hack
in the avr-libc source can be avoided.
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r-- | devel/avr-libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 3bc04bdd9a67..02a447fe9331 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= avr-libc -PORTVERSION= 2003.05.11 +PORTVERSION= 2003.09.09 CATEGORIES= devel # Currently still snapshots, not yet officially released again. #MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ |