diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-03 16:40:38 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-03 16:40:38 +0000 |
commit | e55bf4f941682320731af3af3f11ef33d88d6e2e (patch) | |
tree | a18b376a2ff7e3cb51d5a2276a981ee063051a86 | |
parent | 92e94c953d960d6d78bd08f732e96f6b29fbd859 (diff) |
Notes
-rw-r--r-- | mail/smapi/Makefile | 4 | ||||
-rw-r--r-- | mail/smapi/distinfo | 2 | ||||
-rw-r--r-- | mail/smapi/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/mail/smapi/Makefile b/mail/smapi/Makefile index 65c3f1df9f99..ba4405ae5306 100644 --- a/mail/smapi/Makefile +++ b/mail/smapi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smapi -PORTVERSION= 000823 +PORTVERSION= 000919 CATEGORIES= mail MASTER_SITES= http://cvs.physcip.uni-stuttgart.de/cvs2/ @@ -18,7 +18,7 @@ MAKEFILE= makefile.bsd ALL_TARGET= libsmapibsd.a FILES= alc.h api_brow.h compiler.h ffind.h msgapi.h patmat.h prog.h \ - progprot.h stamp.h typedefs.h unused.h + progprot.h stamp.h typedefs.h unused.h semaphor.h do-install: ${MKDIR} ${PREFIX}/include/smapi diff --git a/mail/smapi/distinfo b/mail/smapi/distinfo index 4042760fa17e..2b037a28d343 100644 --- a/mail/smapi/distinfo +++ b/mail/smapi/distinfo @@ -1 +1 @@ -MD5 (smapi-000823.tar.gz) = 2be41e4fe062555e5d1b1b9445637776 +MD5 (smapi-000919.tar.gz) = c77df45287010f4d941b1095cedf3d0d diff --git a/mail/smapi/pkg-plist b/mail/smapi/pkg-plist index d205935ec5c7..7924090b5b8f 100644 --- a/mail/smapi/pkg-plist +++ b/mail/smapi/pkg-plist @@ -8,6 +8,7 @@ include/smapi/patmat.h include/smapi/prog.h include/smapi/progprot.h include/smapi/stamp.h +include/smapi/semaphor.h include/smapi/typedefs.h include/smapi/unused.h @dirrm include/smapi |