diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-05-15 13:07:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-05-15 13:07:42 +0000 |
commit | 09bbd91bf7c187a33703620c55c76ae932689c94 (patch) | |
tree | f2e2d846c5f66f27a46f648a29be88aeb792209b | |
parent | Fix panic if the rtc module gets loaded twice: Make rtc_dev static (diff) |
Bump portrevision
Notes
Notes:
svn path=/head/; revision=81033
-rw-r--r-- | emulators/rtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 34121725eb60..e08e0ea1c14b 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtc PORTVERSION= 2002.03.05.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MASTER_SITES= # none DISTFILES= # none |